short tag 오류 수정

This commit is contained in:
chicpro
2013-06-13 11:26:25 +09:00
parent 425282daa8
commit 1347cb9654
14 changed files with 140 additions and 144 deletions

View File

@ -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>