Skip to content
Snippets Groups Projects
footer.inc.php 1003 B
Newer Older
Jared Hancock's avatar
Jared Hancock committed
        </div>
    </div>
    <div id="footer">
        <p><?php echo __('Copyright &copy;'); ?> <?php echo date('Y'); ?> <?php
        echo Format::htmlchars((string) $ost->company ?: 'osTicket.com'); ?> - <?php echo __('All rights reserved.'); ?></p>
JediKev's avatar
JediKev committed
        <a id="poweredBy" href="https://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>
if (($lang = Internationalization::getCurrentLanguage()) && $lang != 'en_US') { ?>
JediKev's avatar
JediKev committed
    <script type="text/javascript" src="<?php echo ROOT_PATH; ?>ajax.php/i18n/<?php
        echo $lang; ?>/js"></script>
<script type="text/javascript">
    getConfig().resolve(<?php
        include INCLUDE_DIR . 'ajax.config.php';
        $api = new ConfigAjaxAPI();
        print $api->client(false);
    ?>);
</script>
Jared Hancock's avatar
Jared Hancock committed
</body>