Cache Templates VIA Plugins Gone?
In VB3.8, I was able to cache templates via plugins. For instance, if I add a new NAVTAB, I would be able to cache the template for it. However, using the same code for VB4, its still showing the template as uncached.
hook_location: cache_templates
php code: $globaltemplates[] = 'media_NAVTAB';
Simple, not complicated. Yet my 'media_NAVTAB' template still remains listed as uncached.
|