sideview.js 를 head.sub.php 에 포함

This commit is contained in:
gnuboard
2013-01-29 17:45:30 +09:00
parent 7c05894de2
commit 0f0e3f2179
16 changed files with 282 additions and 316 deletions

View File

@ -74,8 +74,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
$list[$i]['del_href'] = './memo_delete.php?me_id='.$row['me_id'].'&kind='.$kind;
}
echo '<script src="'.G4_PATH.'/js/sideview.js"></script>';
include_once($member_skin_path.'/memo.skin.php');
include_once(G4_PATH.'/tail.sub.php');