kaktusy/adminy/footer.inc.php

28 lines
718 B
PHP

<?php
/**
* Admin panel footer, footer.inc.php
* @category admin
*
* @author PrestaShop <support@prestashop.com>
* @copyright PrestaShop
* @license http://www.opensource.org/licenses/osl-3.0.php Open-source licence 3.0
* @version 1.3
*
*/
if (!defined('_PS_VERSION_'))
exit();
ob_flush();
?>
</div>
</div>
<?php echo Module::hookExec('backOfficeFooter'); ?>
<p id="footer">
Na silniku <a href="http://www.prestashop.com/" target="_blank">PrestaShop&trade;</a>&nbsp;|&nbsp;<a href="http://www.prestashop.pl/" target="_blank">PL wersja:</a> <?php echo _PS_VERSION_; ?>
- <?php echo number_format(microtime(true) - $timerStart, 3, '.', ''); ?>s
</p>
</div>
</body>
</html>