You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.2 KiB
65 lines
2.2 KiB
<?php /* Smarty version Smarty-3.1.12, created on 2021-12-19 05:51:18
|
|
compiled from "./templates/navbar.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:646753573601242fb671b72-98303534%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_valid = $_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'aaf88da39002887dcd3ce29c16569ab30c732e2f' =>
|
|
array (
|
|
0 => './templates/navbar.tpl',
|
|
1 => 1611976167,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'nocache_hash' => '646753573601242fb671b72-98303534',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'version' => 'Smarty-3.1.12',
|
|
'unifunc' => 'content_601242fb674fa8_59418024',
|
|
'variables' =>
|
|
array (
|
|
'isadmin' => 0,
|
|
),
|
|
'has_nocache_code' => false,
|
|
),false); /*/%%SmartyHeaderCode%%*/?>
|
|
<?php if ($_valid && !is_callable('content_601242fb674fa8_59418024')) {function content_601242fb674fa8_59418024($_smarty_tpl) {?>
|
|
|
|
<div class="navbar navbar-fixed-top">
|
|
<div class="navbar-inner">
|
|
<div class="container">
|
|
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</a>
|
|
<a class="brand" href="index.php">Gift Registry</a>
|
|
<div id="main-menu" class="nav-collapse">
|
|
<ul id="main-menu-left" class="nav">
|
|
<li><a href="shoplist.php">My Shopping List</a></li>
|
|
<li><a href="mylist.php">My Items (printable)</a></li>
|
|
</ul>
|
|
<ul id="main-menu-right" class="nav pull-right">
|
|
<li><a href="profile.php">Update Profile</a></li>
|
|
<li><a href="event.php">Manage Events</a></li>
|
|
<?php if ($_smarty_tpl->tpl_vars['isadmin']->value){?>
|
|
<li class="dropdown">
|
|
<a class="dropdown-toggle" href="#" data-toggle="dropdown">
|
|
Admin
|
|
<b class="caret"></b>
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="users.php">Manage Users</a></li>
|
|
<li><a href="families.php">Manage Families</a></li>
|
|
<li><a href="categories.php">Manage Categories</a></li>
|
|
<li><a href="ranks.php">Manage Ranks</a></li>
|
|
</ul>
|
|
</li>
|
|
<?php }?>
|
|
<li><a href="login.php?action=logout">Logout</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php }} ?>
|