tri-ability/net/backoffice/footer.php
2023-06-20 10:47:12 +09:00

12 lines
438 B
PHP

<? include "side.php"; ?>
<div id="admin-footer">
<div class="footer-company"><span>(주)쓰리애니아이앤시</span> 서울특별시 강남구 신사동 536-3 리오빌딩 3층 TEL 1588-5241 | FAX 02-512-4959</div>
<div class="footer-copyright">COPYRIGHT 2009 © <strong><a href="http://website.co.kr/" target="_blank">WEBSITE &amp; 3ANYINC.</a></strong> All RIGHTS RESERVED.</div>
</div>
</div>
</body>
</html>