거참 힘듬니다...최근글불러오기
<?
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 cellpadding="0" cellspacing="0" width="680">
<? latest(kt, kr1, 70, 5); ?>
<? latest(ky, kr1, 70, 5); ?>
<? latest(ku, kr1, 70, 5); ?>
<? latest(ki, kr1, 70, 5); ?>
<? latest(ko, kr1, 70, 5); ?>
<? latest(kp, kr1, 70, 5); ?>
</table>
</td></tr></table>
<!-- 메인화면 최신글 끝 -->
<?
include_once("./_tail.php");
?>
위처럼 index소스를 수정하였는데..
http://rrss.webdoors.net/kr 처럼 됨니다..어떻게 수정을 해야되죠??
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 cellpadding="0" cellspacing="0" width="680">
<? latest(kt, kr1, 70, 5); ?>
<? latest(ky, kr1, 70, 5); ?>
<? latest(ku, kr1, 70, 5); ?>
<? latest(ki, kr1, 70, 5); ?>
<? latest(ko, kr1, 70, 5); ?>
<? latest(kp, kr1, 70, 5); ?>
</table>
</td></tr></table>
<!-- 메인화면 최신글 끝 -->
<?
include_once("./_tail.php");
?>
위처럼 index소스를 수정하였는데..
http://rrss.webdoors.net/kr 처럼 됨니다..어떻게 수정을 해야되죠??
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 1개
예)
<?=latest("basic", "love", 3, 25);?>