관리자 인덱스 선형화 완료

This commit is contained in:
whitedot
2012-10-29 18:33:07 +09:00
parent 68b0c1a6a2
commit 4c6b6641c6
5 changed files with 131 additions and 131 deletions

View File

@ -236,16 +236,6 @@ function help($help="", $left=0, $top=0)
return $str;
}
function subtitle($title, $more="")
{
global $g4;
$s = "<h2><span></span>$title</h2>";
if ($more)
$s .= "<a href='$more'>더보기</a>";
return $s;
}
// 출력순서
function order_select($fld, $sel="")
{