Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -18,6 +18,7 @@ if ($config['cf_include_index']) {
|
|||||||
include_once('./_head.php');
|
include_once('./_head.php');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<h1 class="sound_only">최신글</h1>
|
||||||
<!-- 메인화면 최신글 시작 -->
|
<!-- 메인화면 최신글 시작 -->
|
||||||
<?php
|
<?php
|
||||||
// 최신글
|
// 최신글
|
||||||
@ -28,7 +29,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
|
|||||||
else $lt_style = "";
|
else $lt_style = "";
|
||||||
?>
|
?>
|
||||||
<div style="float:left;<?php echo $lt_style ?>">
|
<div style="float:left;<?php echo $lt_style ?>">
|
||||||
<h1 class="sound_only">최신글</h1>
|
|
||||||
<?php
|
<?php
|
||||||
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.
|
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.
|
||||||
// 스킨은 입력하지 않을 경우 관리자 > 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다.
|
// 스킨은 입력하지 않을 경우 관리자 > 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다.
|
||||||
|
|||||||
Reference in New Issue
Block a user