> > > > /* > in main() > */ > $this->pi_USER_INT_obj = 1; // Disable caching > $GLOBALS["TSFE"]->set_no_cache(); It's currently strongly discouraged to use set_no_cache() and in fact the behavior can be turned off completely within the install tool. Best way to add the JS/CSS is using typoscript. Ries