고객센터 추가
여기에 나오는 여기서 나오는 고객센터 연락방식을 추가하려면 어디서 해야 하는지 ?? 고수님들 문의 드립니다 꾸벅~
|
답변 1개
2016-06-27 (월) 03:06:47
/contents/contents.head.php 파일에 있네요.
테마 사용 중이면 /theme/basic/contents/contents.head.php 파일에서 이렇게 추가하면 되지 않을까요.
<div id="cscenter">
<h2 id="cs_tit">고객센터</h2>
<p id="cs_num"><?php echo $setting['de_admin_company_tel']; ?></p>
<p id="cs_num">000-0000-0000</p>
</div>
답변을 작성하려면 로그인이 필요합니다.