g4를 g5로 변경

This commit is contained in:
chicpro
2013-09-13 14:32:06 +09:00
parent 9a18a049d5
commit 0f78b67eb7
563 changed files with 4097 additions and 4097 deletions

View File

@ -9,7 +9,7 @@ if ($ca_id)
{
$code = substr($ca_id,0,$i*2);
$sql = " select ca_name from {$g4['shop_category_table']} where ca_id = '$code' ";
$sql = " select ca_name from {$g5['shop_category_table']} where ca_id = '$code' ";
$row = sql_fetch($sql);
$sct_here = '';
@ -24,12 +24,12 @@ if ($ca_id)
}
}
else
$navigation = $g4['title'];
$navigation = $g5['title'];
//if ($it_id) $navigation .= " > $it[it_name]";
?>
<div id="sct_location">
<a href='<?php echo G4_SHOP_URL; ?>/' class="sct_bg">Home</a>
<a href='<?php echo G5_SHOP_URL; ?>/' class="sct_bg">Home</a>
<?php echo $navigation; ?>
</div>