메인페이지에 스크롤 2개면 에러?
메인페이지에 스크롤 최신글 2개를 만들었더니 하나는 안나와 버리네요.
이유를 아시는 분 계시나요?
그럼 해결책도 부탁드려요....
첫번째
두번째
첫번째것이 안나와버리네요...
두번째 것 지우면 첫번째가 다시 나옵니다.
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 2개
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<table width="100%" cellpadding=0 cellspacing=0><tr><td valign=top>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="0"></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<?=latest("ssh_garo_scroll", "shop", 10, 70);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="0"></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<?=latest("steel_scroll", "shop1", 2, 20);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
<?
include_once("./_tail.php");
?>