Skip to content
Snippets Groups Projects
footer.inc.php 511 B
Newer Older
Jared Hancock's avatar
Jared Hancock committed
        </div>
    </div>
    <div id="footer">
        <p>Copyright &copy; <?php echo date('Y'); ?> <?php echo (string) $ost->company ?: 'osTicket.com'; ?> - All rights reserved.</p>
        <a id="poweredBy" href="http://osticket.com" target="_blank"><?php echo __('Helpdesk software - powered by osTicket'); ?></a>
Jared Hancock's avatar
Jared Hancock committed
    </div>
<div id="overlay"></div>
<div id="loading">
    <h4><?php echo __('Please Wait!');?></h4>
    <p><?php echo __('Please wait... it will take a second!');?></p>
Jared Hancock's avatar
Jared Hancock committed
</body>