index페이지 indexnew_tail.php 입니다. 정보
그누보드 index페이지 indexnew_tail.php 입니다.본문
<? include "./$cfg[bbs_dir]/vote.php"; ?></td>
<td width="400"><!-- 최근게시물 -->
<?=latest('movie',free1, 5, 30);?></td>
<td width="150"> </td>
</tr>
<tr>
<td width="270"><? group('', 1, 3); ?></td>
<td width="400"> </td>
<td width="150"><!-- 카운터 -->
<? include "./$cfg[bbs_dir]/count.php"; ?></td>
</tr>
<tr>
<td width="270"> </td>
<td width="400"> </td>
<td width="150"> </td>
</tr>
</table>
<!-- 테이블1 끝 --></td>
<td> </td>
</tr>
<tr>
<td height="30" bgcolor="#F0F0F0"style="border-width:0px;border-top: solid 1 #cccccc;"> </td>
<td height="30" valign="top" bgcolor="#F0F0F0"style="border-width:0px;border-top: solid 1 #cccccc;"> </td>
<td height="30" bgcolor="#F0F0F0"style="border-width:0px;border-top: solid 1 #cccccc;"> </td>
</tr>
<tr>
<td height="200" bgcolor="#FFFFFF"style="border-width:0px;border-top: solid 1 #cccccc;border-bottom: solid 1 #cccccc;"> </td>
<td width="820" height="200" valign="top" bgcolor="#FFFFFF"style="border-width:0px;border-top: solid 1 #cccccc;"><img src="cooltoybottom.gif" width="950" height="200"></td>
<td height="200" bgcolor="#FFFFFF"style="border-width:0px;border-top: solid 1 #cccccc;border-bottom: solid 1 #cccccc;"> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
<td width="400"><!-- 최근게시물 -->
<?=latest('movie',free1, 5, 30);?></td>
<td width="150"> </td>
</tr>
<tr>
<td width="270"><? group('', 1, 3); ?></td>
<td width="400"> </td>
<td width="150"><!-- 카운터 -->
<? include "./$cfg[bbs_dir]/count.php"; ?></td>
</tr>
<tr>
<td width="270"> </td>
<td width="400"> </td>
<td width="150"> </td>
</tr>
</table>
<!-- 테이블1 끝 --></td>
<td> </td>
</tr>
<tr>
<td height="30" bgcolor="#F0F0F0"style="border-width:0px;border-top: solid 1 #cccccc;"> </td>
<td height="30" valign="top" bgcolor="#F0F0F0"style="border-width:0px;border-top: solid 1 #cccccc;"> </td>
<td height="30" bgcolor="#F0F0F0"style="border-width:0px;border-top: solid 1 #cccccc;"> </td>
</tr>
<tr>
<td height="200" bgcolor="#FFFFFF"style="border-width:0px;border-top: solid 1 #cccccc;border-bottom: solid 1 #cccccc;"> </td>
<td width="820" height="200" valign="top" bgcolor="#FFFFFF"style="border-width:0px;border-top: solid 1 #cccccc;"><img src="cooltoybottom.gif" width="950" height="200"></td>
<td height="200" bgcolor="#FFFFFF"style="border-width:0px;border-top: solid 1 #cccccc;border-bottom: solid 1 #cccccc;"> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
댓글 전체
답변 감사드립니다...ㅜ.ㅜ
수정후,정상작동됩니다요.....^____________^
수정후,정상작동됩니다요.....^____________^
닉네임을 실명 최창근에서 수루매로 변경했습니다.^^
전이렇게했습니다.
상품을 표시할페이지에 아래글을 넣고
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
define("_DOCTYPE_", "DESIGN");
$html_title = "Green Space 난인 경매몰";
// 이 라이브러리는 반드시 포함해 주셔야 합니다.
include "./$cfg[shop_dir]/shop.lib.php";
?>
이미지를 표시할부분에 이걸넣어줬습니다.
<? group('', 1, 3, 80, 65, 3); ?>
상품을 표시할페이지에 아래글을 넣고
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
define("_DOCTYPE_", "DESIGN");
$html_title = "Green Space 난인 경매몰";
// 이 라이브러리는 반드시 포함해 주셔야 합니다.
include "./$cfg[shop_dir]/shop.lib.php";
?>
이미지를 표시할부분에 이걸넣어줬습니다.
<? group('', 1, 3, 80, 65, 3); ?>
맨위에 다음 추가..
<? include "./$cfg[shop_dir]/shop.lib.php"; ?>
<? include "./$cfg[shop_dir]/shop.lib.php"; ?>
위 에서 7번째 줄이 상품불러온 곳입니다..오류발생하는곳요..-_-;; 헤구