short tag 오류 수정
This commit is contained in:
@ -57,7 +57,7 @@ if (file_exists($himg)) // 상단 이미지
|
||||
echo '<div id="socc_himg" class="socc_img"><img src="'.G4_DATA_URL.'/content/'.$co_id.'_h" alt=""></div>';
|
||||
?>
|
||||
|
||||
<article id="socc" class="socc_<?=$co_id?>">
|
||||
<article id="socc" class="socc_<?php echo $co_id; ?>">
|
||||
<header>
|
||||
<h1><?php echo $g4['title']; ?></h1>
|
||||
</header>
|
||||
|
||||
@ -30,6 +30,6 @@ else
|
||||
?>
|
||||
|
||||
<div id="sct_location">
|
||||
<a href='<?=$g4[path]?>/' class="sct_bg">Home</a>
|
||||
<?=$str?>
|
||||
<a href='<?php echo G4_SHOP_URL; ?>/' class="sct_bg">Home</a>
|
||||
<?php echo $str; ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user