관리자: 작업 중?
This commit is contained in:
@ -122,7 +122,7 @@ function textarea_size(fld, size)
|
|||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
|
|
||||||
<ul id="qnb">
|
<ul id="qnb">
|
||||||
<li></li>
|
<li><a href="#" style="background:#ddd">1</a></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -23,13 +23,11 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
|
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
|
||||||
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
|
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
|
||||||
|
|
||||||
/* 아이콘 작업 전까지 주석처리
|
|
||||||
if (isset($list[$i]['icon_new'])) echo " " . $list[$i]['icon_new'];
|
if (isset($list[$i]['icon_new'])) echo " " . $list[$i]['icon_new'];
|
||||||
if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot'];
|
if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot'];
|
||||||
if (isset($list[$i]['icon_file'])) echo " " . $list[$i]['icon_file'];
|
if (isset($list[$i]['icon_file'])) echo " " . $list[$i]['icon_file'];
|
||||||
if (isset($list[$i]['icon_link'])) echo " " . $list[$i]['icon_link'];
|
if (isset($list[$i]['icon_link'])) echo " " . $list[$i]['icon_link'];
|
||||||
if (isset($list[$i]['icon_secret'])) echo " " . $list[$i]['icon_secret'];
|
if (isset($list[$i]['icon_secret'])) echo " " . $list[$i]['icon_secret'];
|
||||||
*/
|
|
||||||
?>
|
?>
|
||||||
</li>
|
</li>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user