Stickers
03-23-2008, 05:48 PM
Hi all,
I try to give some sub-forums a other postbit template, this is what i have now, but it does not work, anyone who can help me
if (in_array($foruminfo['forumid'], array(6)))
{
$mytemplates = array(
'postbit_announcements',
);
$globaltemplates = array_merge($globaltemplates, $mytemplates);
}
Thanks...
I try to give some sub-forums a other postbit template, this is what i have now, but it does not work, anyone who can help me
if (in_array($foruminfo['forumid'], array(6)))
{
$mytemplates = array(
'postbit_announcements',
);
$globaltemplates = array_merge($globaltemplates, $mytemplates);
}
Thanks...