File: /var/www/web37/htdocs/fickanzeiger/compiled/arfooo_template/en/c_1_menu_menuright_menuright_tpl.php
<?php /* V2.10 Template Lite 4 January 2007 (c) 2005-2007 Mark Dickenson. All rights reserved. Released LGPL. 2014-05-15 11:07:14 CEST */ ?>
<?php if ($this->_vars['setting']['categoriesInLeftMenuEnabled']): echo $this->_run_modifier("menu/displayCategories", 'action', 'plugin', 1); endif; if ($this->_vars['setting']['keywordsEnabled']): echo $this->_run_modifier("menu/displayKeywords", 'action', 'plugin', 1); endif; ?>
<?php if ($this->_vars['setting']['statisticsEnabled']): echo $this->_run_modifier("menu/displayStatistics", 'action', 'plugin', 1); endif; ?>
<?php if ($this->_vars['setting']['registrationOfWebmastersEnabled']): ?>
<div class="menuright">
<ul>
<li class="header">Members area</li>
<li><a href="<?php echo $this->_run_modifier('/webmaster/manage', 'url', 'plugin', 1); ?>
" title="Members area management">Management</a></li>
<?php if (isset ( $this->_vars['session']['role'] ) && $this->_vars['session']['role'] == "webmaster"): ?>
<li><a href="<?php echo $this->_run_modifier('/webmaster/changePassword', 'url', 'plugin', 1); ?>
" title="Change password">Change password</a></li>
<li><a href="<?php echo $this->_run_modifier('/webmaster/logoff', 'url', 'plugin', 1); ?>
" title="Members area management">Logout</a></li>
<?php endif; ?>
<li class="text_last"></li>
</ul>
</div>
<?php endif; ?>
<?php if ($this->_vars['setting']['tagCloudEnabled']): echo $this->_run_modifier("menu/displayTagCloud", 'action', 'plugin', 1); ?>
<?php endif; ?>