fly
09-24-2006, 12:02 AM
What is wrong with this code?
if (THIS_SCRIPT == 'index')
{
// merge the templates we need
$globaltemplates[] = 'forumhome_forumbit_level3_post';
}
In the cache_templates hook.
if (THIS_SCRIPT == 'index')
{
// merge the templates we need
$globaltemplates[] = 'forumhome_forumbit_level3_post';
}
In the cache_templates hook.