Quote:
Originally Posted by Link14716
Add a plugin to cache_templates (added in beta 3, IIRC):
PHP Code:
if (THIS_SCRIPT == "index") {
$globaltemplates = array_merge($globaltemplates, array('velocity'));
}
Nice job again, Amy.
|
That works with the templates, but not the specialtemplates (datastore). The datastore, from my experiments, must be set up before the call to global.php
Amy