config->get('config.interface.theme'); $request = Zend_Controller_Front::getInstance()->getRequest(); $this->controller = $request->getControllerName(); $this->action = $request->getActionName(); $menuToggleUrl = $this->url(array('controller' => 'index', 'action'=>'ajax.toggle.menu')); $this->jQuery()->onLoadCaptureStart(); // menu needs to be hidden? if ($this->showMenu == 0) { ?> $('#sidebar').hide(0); $("#content").animate({"marginLeft": "1em"}, 0); $('#fadeMenuIn').show(0); $('#version').hover( function () { $('#fadeMenuOut').show(50); }, function () { $('#fadeMenuOut').hide(50); } ); $('#fadeMenuOut').click(function() { $.ajax({ url: '/showMenu/0'}); $('#fadeMenuOut').hide(); $('#sidebar').hide('fast', function () { $("#content").animate({"marginLeft": "1em"}, "slow", function () { $('#fadeMenuIn').show(); }); }); return false; }); $('#fadeMenuIn').click(function() { $.ajax({ url: '/showMenu/1'}); $('#fadeMenuIn').hide(0); $("#content").animate({"marginLeft": "19em"}, "slow", function () { $('#sidebar').show('fast'); }); return false; }); config->get('config.interface.showTooltips') == 'y') { ?> SetupTooltips(); jQuery()->onLoadCaptureEnd(); ?>
<?php echo $this->lang->L_MENU_SHOW;?>
config->get('config.interface.showServerCaption') == "y") { ?>
lang->L_SERVER;?>:

getUsername(); ?> | lang->L_LOGOUT; ?>

getIcon('LockUser', $this->lang->L_LOGGED_IN, 16);?>