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

@ -81,5 +81,7 @@ $smarty->assign('fullname', $fullname);
$smarty->assign('email', $email);
$smarty->assign('email_msgs', $email_msgs);
$smarty->assign('comment', $comment);
$smarty->assign('isadmin', $_SESSION["admin"]);
$smarty->assign('opt', $OPT);
$smarty->display('profile.tpl');
?>