Log in

View Full Version : Is it possible to add a template to the cache without file edits?


Razasharp
03-06-2006, 03:27 PM
Is it possible to add a custom template to the cache without file edits? Or do we have to manually add them to globals.php ?

Paul M
03-06-2006, 03:31 PM
Yes, create a plugin attached to the cache_templates hook, containing this ;

$globaltemplates[] = 'template-name';

Razasharp
03-06-2006, 04:08 PM
Thanks Paul! You're a star! :)