This commit is contained in:
Jaybe
2025-03-05 14:02:29 +09:00
commit 247a7808d3
357 changed files with 161196 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?=$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>