summary refs log tree commit diff stats
path: root/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin.php')
-rwxr-xr-xadmin.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin.php b/admin.php index 6657983..e7d4a8d 100755 --- a/admin.php +++ b/admin.php
@@ -50,8 +50,6 @@ if (file_exists('admin/' . $pageName . '.php'))
50$doc = ob_get_contents(); 50$doc = ob_get_contents();
51ob_end_clean(); 51ob_end_clean();
52 52
53$doc = stripslashes($doc);
54
55$template = new FITemplate('admin/header'); 53$template = new FITemplate('admin/header');
56$template->add(strtoupper($category) . 'ACTIVECAT', ' class="active"'); 54$template->add(strtoupper($category) . 'ACTIVECAT', ' class="active"');
57$template->adds_block(strtoupper($category) . 'ISACTIVECAT', array('exi'=>1)); 55$template->adds_block(strtoupper($category) . 'ISACTIVECAT', array('exi'=>1));