Skip to content
Snippets Groups Projects
Commit f9547ed3 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix pjax navigation issue on major panel links

parent ca79bd5c
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ if (($lang = Internationalization::getCurrentLanguage())
echo sprintf('<div id="notice_bar">%s</div>', $ost->getNotice());
?>
<div id="header">
<p id="info" class="pull-right"><?php echo sprintf(__('Welcome, %s.'), '<strong>'.$thisstaff->getFirstName().'</strong>'); ?>
<p id="info" class="pull-right no-pjax"><?php echo sprintf(__('Welcome, %s.'), '<strong>'.$thisstaff->getFirstName().'</strong>'); ?>
<?php
if($thisstaff->isAdmin() && !defined('ADMINPAGE')) { ?>
| <a href="admin.php" class="no-pjax"><?php echo __('Admin Panel'); ?></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment