초보인데요...최근겔러리를 메인화면에 나오게 할려면?

메인화면에 최근겔러리 나오게 할려면 어떻게 써넣어야 하나요?
★표로 넣고싶은곳을 체크해 놓았습니다.

<?
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");
?>
|

댓글 1개

최근 게시물을 불러오는 방법은 어떤것이든 똑같이 사용하면됩니다.

<?=latest("basic","lecture","5","25")?>

이런 방식으로요..

이미지를 메인에 불러오시려면 다른 스킨(겔러리 최신글 스킨)을 사용해 보시는게 좋을 것 같습니다.
댓글을 작성하시려면 로그인이 필요합니다.

그누3질답

+
제목 글쓴이 날짜 조회
20년 전 조회 1,876
20년 전 조회 2,066
20년 전 조회 2,709
20년 전 조회 2,294
20년 전 조회 3,934
20년 전 조회 2,227
20년 전 조회 1,877
20년 전 조회 2,438
20년 전 조회 1,998
20년 전 조회 2,109
20년 전 조회 2,844
20년 전 조회 2,718
20년 전 조회 2,316
20년 전 조회 1,795
20년 전 조회 1,893
20년 전 조회 2,600
20년 전 조회 2,673
20년 전 조회 1,860
20년 전 조회 2,007
20년 전 조회 1,896