add(strtoupper($category) . 'ACTIVECAT', ' class="active"');
$template->adds_block(strtoupper($category) . 'ISACTIVECAT', array('exi'=>1));
if (isset($pageaid)) $template->add(strtoupper($pageaid) . 'ACTIVE', ' class="active"');
if (!isset($flashmsg)) $template->add('HIDEFLASH', ' style="display: none"');
if (isset($flashmsg)) $template->add('FLASH', $flashmsg);
$template->display();
echo($doc);
$template = new FITemplate('admin/footer');
$template->display();
?>
d>
blob: e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (
plain) (
blame)