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

@ -27,8 +27,6 @@ $mb_reg_after = $row['days'];
$mb_homepage = set_http($mb['mb_homepage']);
$mb_profile = $mb['mb_profile'] ? conv_content($mb['mb_profile'],0) : '소개 내용이 없습니다.';
echo '<script src="'.G4_PATH.'/js/sideview.js"></script>';
include_once($member_skin_path.'/profile.skin.php');
include_once(G4_PATH.'/tail.sub.php');