오누리 1.8버전메인 메뉴 수정질문좀하려고합니다 정보
오누리 1.8버전메인 메뉴 수정질문좀하려고합니다본문
오류 주소 : http://serceliy.phiz.kr
위 사이트 접속하시면 내용목록 . 새글보기 자세히보기 등 메뉴가 있습니다
그부분을 수정하려고하는데 내용목록을 클릭하면 group/index.php 위와같이 수정하라는 부분이 나옴니다
어떻게 수정하면되는지 좀 부탁좀드릴께요
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/onuri.lib.php");
$g4[title] = "$config[cf_home_name] > 조립";
echo main_top($config[cf_home_main_top_design]);
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<!-- 좌측 부분 -->
<td valign="top" width="100%">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="<?=$config[cf_home_margin]?>"><td></td></tr>
<tr height="200"><td align="center"> 이부분 입니다</td></tr>
<tr height="<?=$config[cf_home_margin]?>"><td></td></tr>
</table>
</td>
</tr>
</table>
<?
echo main_bottom($config[cf_home_main_bottom_design]);
include_once("$g4[path]/tail.sub.php");
?>
위 사이트 접속하시면 내용목록 . 새글보기 자세히보기 등 메뉴가 있습니다
그부분을 수정하려고하는데 내용목록을 클릭하면 group/index.php 위와같이 수정하라는 부분이 나옴니다
어떻게 수정하면되는지 좀 부탁좀드릴께요
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/onuri.lib.php");
$g4[title] = "$config[cf_home_name] > 조립";
echo main_top($config[cf_home_main_top_design]);
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<!-- 좌측 부분 -->
<td valign="top" width="100%">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="<?=$config[cf_home_margin]?>"><td></td></tr>
<tr height="200"><td align="center"> 이부분 입니다</td></tr>
<tr height="<?=$config[cf_home_margin]?>"><td></td></tr>
</table>
</td>
</tr>
</table>
<?
echo main_bottom($config[cf_home_main_bottom_design]);
include_once("$g4[path]/tail.sub.php");
?>
댓글 전체
include_once("$g4[path]/head.sub.php");
헤드부분들 불러주고 있으니
위 경로의 파일을 열어보시면 수정하는 곳이 있지 않을까 싶습니다.
헤드부분들 불러주고 있으니
위 경로의 파일을 열어보시면 수정하는 곳이 있지 않을까 싶습니다.