사용자: 인덱스 복구
This commit is contained in:
@ -346,7 +346,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f
|
||||
#profile h2 {margin:0}
|
||||
|
||||
/* 최근게시물 스킨 (latest) */
|
||||
.lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:355px;height:150px;border-bottom:1px solid #cfded8}
|
||||
.lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:354px;height:150px;border-bottom:1px solid #cfded8}
|
||||
.lt ul {margin:0 0 10px;padding:0;list-style:none}
|
||||
.lt li {padding:3px 0}
|
||||
.lt a {}
|
||||
|
||||
@ -7,7 +7,6 @@ include_once('./_head.php');
|
||||
|
||||
<!-- 메인화면 최신글 시작 -->
|
||||
<?
|
||||
/*
|
||||
// 최신글
|
||||
$sql = " select bo_table from {$g4['board_table']} order by gr_id, bo_table ";
|
||||
$result = sql_query($sql);
|
||||
@ -27,7 +26,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
?>
|
||||
</div>
|
||||
<?
|
||||
}*/
|
||||
}
|
||||
?>
|
||||
<!-- 메인화면 최신글 끝 -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user