초보인데요...최근겔러리를 메인화면에 나오게 할려면? 정보
초보인데요...최근겔러리를 메인화면에 나오게 할려면?본문
메인화면에 최근겔러리 나오게 할려면 어떻게 써넣어야 하나요?
★표로 넣고싶은곳을 체크해 놓았습니다.
<?
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><?=latest("basic","news","5","25")?></td>
<td width=5></td>
<td valign=top><?=latest("basic","lecture","5","25")?></td>
</tr>
<tr>
<td valign=top colspan=3><?=latest("thum2_gall_latest")?></p></td> //★여기가 최근겔러리요 ★
</tr>
<tr>
<td valign=top>최신글3-1</td>
<td valign=top></td>
<td valign=top>fdkjs</td>
</tr>
</table>
<!-- 메인화면 최신글 끝 -->
<?
include_once("./_tail.php");
?>
★표로 넣고싶은곳을 체크해 놓았습니다.
<?
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><?=latest("basic","news","5","25")?></td>
<td width=5></td>
<td valign=top><?=latest("basic","lecture","5","25")?></td>
</tr>
<tr>
<td valign=top colspan=3><?=latest("thum2_gall_latest")?></p></td> //★여기가 최근겔러리요 ★
</tr>
<tr>
<td valign=top>최신글3-1</td>
<td valign=top></td>
<td valign=top>fdkjs</td>
</tr>
</table>
<!-- 메인화면 최신글 끝 -->
<?
include_once("./_tail.php");
?>
댓글 전체
최근 게시물을 불러오는 방법은 어떤것이든 똑같이 사용하면됩니다.
<?=latest("basic","lecture","5","25")?>
이런 방식으로요..
이미지를 메인에 불러오시려면 다른 스킨(겔러리 최신글 스킨)을 사용해 보시는게 좋을 것 같습니다.
<?=latest("basic","lecture","5","25")?>
이런 방식으로요..
이미지를 메인에 불러오시려면 다른 스킨(겔러리 최신글 스킨)을 사용해 보시는게 좋을 것 같습니다.