Skip to content
Snippets Groups Projects
Commit d5a2efa7 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1366 from greezybacon/issue/1353


pjax: Fix placement of footer

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 8637524a 06c38fa5
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