Files
adsManager/app/Views/templates/footer.php
T
2025-03-05 14:02:29 +09:00

9 lines
446 B
PHP

<?=$this->renderSection('footer')?>
<?php if(getenv('MY_SERVER_NAME') == 'resta') { ?>
<div class="footer-info">
<p class="footer-info-business">사업자명 : 주식회사 리스타 ㅣ 대표자명 : 송명석 ㅣ 사업자번호 : 568-86-03133</p>
<p class="footer-info-address">주소 : 서울특별시 강남구 테헤란로25길 19, 5층(역삼동) ㅣ 대표번호 : 02-508-3789</p>
</div>
<?php }?>
</body>
</html>