최근 게시물..추출.. 좀 부탁드려요 ㅠㅠ 아무리 해도 잘 안되서요... > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

최근 게시물..추출.. 좀 부탁드려요 ㅠㅠ 아무리 해도 잘 안되서요... 정보

최근 게시물..추출.. 좀 부탁드려요 ㅠㅠ 아무리 해도 잘 안되서요...

본문

<?=latest("skin/latest/simple_basic2", notice, 5, 60);?>
 
  • 복사

댓글 전체

/그누보드4/_common.php를 복사해서 root에 넣고 내용 수정
$g4_path="./그누보드4";
////////////////////////////////////
그리고 아래와 같이 하면 안됩니다
<html>
<head>
<title>main</title>
<meta http-equiv="Content-Type" c&#111;&#110;tent="text/html; charset=euc-kr">
</head>
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
----------------------------------수정 후
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html>
<head>
<title>main</title>
<meta http-equiv="Content-Type" c&#111;&#110;tent="text/html; charset=euc-kr">
</head>
© SIRSOFT
현재 페이지 제일 처음으로