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

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