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

pjax: Fix placement of footer

Footer should not be in #pjax_container, because the footer is not rendered
for non PJAX requests.
parent 24004ee2
No related branches found
No related tags found
No related merge requests found
</div>
</div>
<?php if (!isset($_SERVER['HTTP_X_PJAX'])) { ?>
</div>
<div id="footer">
Copyright &copy; 2006-<?php echo date('Y'); ?>&nbsp;<?php echo (string) $ost->company ?: 'osTicket.com'; ?>&nbsp;All Rights Reserved.
</div>
......@@ -13,7 +14,6 @@ if(is_object($thisstaff) && $thisstaff->isStaff()) { ?>
<?php
} ?>
</div>
</div>
<div id="overlay"></div>
<div id="loading">
<i class="icon-spinner icon-spin icon-3x pull-left icon-light"></i>
......
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