사용자: #459 스타일 맞춤

This commit is contained in:
whitedot
2013-05-15 17:12:35 +09:00
parent f29e372d2f
commit 0647ae532e
2 changed files with 103 additions and 119 deletions

View File

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