채택완료

사이드 메뉴 수정하려면 어느부분을 고쳐야하나요?

2016-04-21 (목) 22:45:15 7,198

http://www.nicepos.com/rent/rent1.php 

에 있는 사이드 메뉴를 수정하고 싶습니다.

8f40f0a64f240604a30320ad023047c0_1461216

[빨간박스 1번]

한 멋진 유저분께서 이 파일을 수정해야한다는데

파일이름은 head_rent1.php 입니다.

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");

//print_r2(get_defined_constants());

// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.

//$table_width = 900;

//print_r2($g4);
//$dir = dirname($HTTP_SERVER_VARS["PHP_SELF"]);
?>
<?
include_once("$g4[path]/topmenu.php");
?>


<p style="margin-top:5px;" />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="<?=$g4[path]?>/img/new/sub_main_main_02.jpg">
 <table width="980" border="0" cellpadding="0" cellspacing="0">
 <tr>
 <td width="980" height="107"><img src="/img/new/sub_img2.gif" border="0" /></td>
 </tr>
 </table>
</td>
</tr>
</table>

<table width="990" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="185" valign="top">
 <? include_once("$g4[path]/left_rent.php"); ?>
</td>
<td width="20"></td>
<td width="704" valign="top">
 <table width="703" border="0" cellpadding="0" cellspacing="0">
 <tr>
 <td height="33" align="right" style="padding-right:11px;">홈 &gt; 임대포스 &gt; 임대제품</td>
 </tr>
 </table>

 <table width="703" border="0" cellpadding="0" cellspacing="0">
 <tr>
 <td><img src="<?=$g4[path]?>/img/new/sub_main_main2_01.gif" border="0" width="703" height="14" /></td>
 </tr>
 <tr>
 <td align="center" background="<?=$g4[path]?>/img/new/sub_main_main2_03.gif">
  <img src="<?=$g4[path]?>/rent/img/sub_rentpos2_title.gif" border="0" width="658" height="28" />
  <table width="658" border="0" cellpadding="0" cellspacing="0" align="center">
  <tr>
  <td align="center">

메뉴에 들어갈 메뉴이미지 다 만들어놨거든요... 메뉴수정 하고 링크만 걸면되는부분인데

도대체 어느부분을 건드려야하나요..? 

답변 1개

채택된 답변
+20 포인트
2016-04-21 (목) 22:55:09

/left_rent.php 살펴보세요. 

답변을 작성하려면 로그인이 필요합니다.