refactored out the navbar
This commit is contained in:
parent
7e15ef4712
commit
60aeb3ebcf
10 changed files with 80 additions and 49 deletions
|
@ -253,5 +253,7 @@ $smarty->assign('image_filename', $image_filename);
|
|||
$smarty->assign('comment', $comment);
|
||||
$smarty->assign('categories', $categories);
|
||||
$smarty->assign('ranks', $ranks);
|
||||
$smarty->assign('isadmin', $_SESSION["admin"]);
|
||||
$smarty->assign('opt', $OPT);
|
||||
$smarty->display('item.tpl');
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue