관리자모드 gnb 마크업 수정

This commit is contained in:
whitedot
2012-10-29 14:01:47 +09:00
parent 9b3f595f1a
commit 68b0c1a6a2
12 changed files with 119 additions and 302 deletions

View File

@ -240,11 +240,9 @@ function subtitle($title, $more="")
{
global $g4;
$s = "<table width=100% cellpadding=0 cellspacing=0><tr><td width=80% align=left><table border='0' cellpadding='0' cellspacing='1'><tr><td height='24'><img src='$g4[admin_path]/img/icon_title.gif' width=20 height=9> <font color='#525252'><b>$title</b></font> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr></table><table width=100% cellpadding=0 cellspacing=0><tr><td height=1></td></tr></table></td><td width=20% align=right>";
$s = "<h2><span></span>$title</h2>";
if ($more)
$s .= "<a href='$more'><img src='$g4[admin_path]/img/icon_more.gif' width='43' height='11' border=0 align=absmiddle></a>";
$s .= "</td></tr></table>\n";
$s .= "<a href='$more'>더보기</a>";
return $s;
}