<?php /* Smarty version 2.6.2, created on 2012-10-23 00:58:10
         compiled from login_box.tpl */ ?>
<?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'encurl', 'login_box.tpl', 5, false),)), $this); ?>
<?php if ($this->_tpl_vars['userinfo']['logged']): ?>
<h2>Menu</h2>
<div class="login">
<ul class="menu">
<li><a href="<?php echo ((is_array($_tmp="?a=bookmarks")) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
">My Programs' List</a></li>
<li><a href="<?php echo ((is_array($_tmp="?a=refback_requests")) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
">RCB Requests</a></li>
<li><a href="<?php echo ((is_array($_tmp="?a=profile")) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
">Edit Profile</a></li>
<li><a href="<?php echo ((is_array($_tmp="?a=logout")) ? $this->_run_mod_handler('encurl', true, $_tmp) : smarty_modifier_encurl($_tmp)); ?>
">Logout</a></li>
</div>
<?php endif; ?>