jquery 스크립트 오류 수정

This commit is contained in:
chicpro
2013-01-31 14:13:18 +09:00
parent 3a8f164ba9
commit 50bcabee55
7 changed files with 78 additions and 78 deletions

View File

@ -49,7 +49,7 @@ if($spl_count) {
}
$g4['title'] = $html_title;
include_once ($g4['path'].'/head.sub.php');
include_once (G4_PATH.'/head.sub.php');
?>
<style type="text/css">
@ -212,5 +212,5 @@ function supplementTableMake(makemode)
</script>
<?php
include_once($g4['path'] . '/tail.sub.php');
include_once(G4_PATH.'/tail.sub.php');
?>