게시판, 1:1문의, 쇼핑몰상품 상단내용 하단내용에 hook 적용

This commit is contained in:
thisgun
2023-01-02 17:58:22 +09:00
parent df176c6ad9
commit c3272f9170
6 changed files with 12 additions and 12 deletions

View File

@ -197,7 +197,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
include_once(G5_SHOP_PATH.'/settle_naverpay.inc.php');
// 상단 HTML
echo '<div id="sit_hhtml">'.conv_content($it['it_mobile_head_html'], 1).'</div>';
echo run_replace('shop_it_mobile_head_html', '<div id="sit_hhtml">'.conv_content($it['it_mobile_head_html'], 1).'</div>', $it);
?>
<?php if($is_orderable) { ?>
@ -222,6 +222,6 @@ else
<?php
// 하단 HTML
echo conv_content($it['it_mobile_tail_html'], 1);
echo run_replace('shop_it_mobile_tail_html', conv_content($it['it_mobile_tail_html'], 1), $it);
include_once(G5_MSHOP_PATH.'/_tail.php');