RagingPenguin
05-19-2008, 03:13 PM
Which hook would I use to add items to the template array so that they are parsed globally?
$globaltemplates = array_merge($globaltemplates, array(
'box_close',
'box_open'
));
$globaltemplates = array_merge($globaltemplates, array(
'box_close',
'box_open'
));