게시판, 1:1문의, 쇼핑몰상품 상단내용 하단내용에 hook 적용
This commit is contained in:
@ -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');
|
||||
Reference in New Issue
Block a user