관리자 하단에 버전 정보 표시

This commit is contained in:
thisgun
2017-09-07 10:36:38 +09:00
parent 277ce801e6
commit dbe131633a

View File

@ -1,5 +1,7 @@
<?php <?php
if (!defined('_GNUBOARD_')) exit; if (!defined('_GNUBOARD_')) exit;
$print_version = (defined('G5_IS_SHOP_ADMIN_PAGE') && defined('G5_YOUNGCART_VER')) ? 'Cart Version '.G5_YOUNGCART_VER : 'Version '.G5_GNUBOARD_VER;
?> ?>
<noscript> <noscript>
@ -14,7 +16,7 @@ if (!defined('_GNUBOARD_')) exit;
<footer id="ft"> <footer id="ft">
<p> <p>
Copyright &copy; <?php echo $_SERVER['HTTP_HOST']; ?>. All rights reserved.<br> Copyright &copy; <?php echo $_SERVER['HTTP_HOST']; ?>. All rights reserved. <?php echo $print_version; ?><br>
<a href="#">상단으로</a> <a href="#">상단으로</a>
</p> </p>
</footer> </footer>