refactored out the navbar

This commit is contained in:
Ryan Walberg 2012-11-15 03:52:25 +00:00
parent 7e15ef4712
commit 60aeb3ebcf
10 changed files with 80 additions and 49 deletions

View file

@ -210,6 +210,7 @@ $smarty->assign('ufullname', $ufullname);
$smarty->assign('shopfor', $shopfor);
$smarty->assign('shoprows', $shoprows);
$smarty->assign('userid', $userid);
$smarty->assign('isadmin', $_SESSION["admin"]);
$smarty->assign('opt', $OPT);
$smarty->display('shop.tpl');
?>