Quote:
Originally Posted by kofoid
Are you all ready for a dumb question? How to I get my uncached templates cached??
|
U can modify ur php file.. Don forget to change the
Template_Name..
PHP Code:
// pre-cache templates used by all actions
$globaltemplates = array('Template_Name');
// pre-cache templates used by specific actions
$actiontemplates = array();
Or u can try this plugin.. But don forget to edit this line in plugin.. U just hav to put the uncached
Template_Name..
PHP Code:
<phpcode><![CDATA[$customtemplates = array('Template_Name'); $globaltemplates = array_merge($globaltemplates, $customtemplates);]]></phpcode>
Sorry my english