vaskies
01-11-2010, 01:44 PM
This is very similar to a previous thread I made, but the goal has changed considerably (and has since become clearer), and I think it makes more sense to keep this separate. Here's what I have so far:
Hook Location: forumhome_complete
$var1 = array('notices' => $notices);
vB_Template::preRegister('HEADER', $var1);
It shouldn't be much more complicated than this, right? :o
Hook Location: forumhome_complete
$var1 = array('notices' => $notices);
vB_Template::preRegister('HEADER', $var1);
It shouldn't be much more complicated than this, right? :o