관리자: gnb 폭보다 넓어질 때 처리

This commit is contained in:
whitedot
2013-03-04 13:53:17 +09:00
parent 6ab1a8f7d7
commit 2fc50727fd
2 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function imageview(id, w, h)
<h2>관리자 주메뉴</h2>
<script>$('#gnb').addClass('gnb_js');</script>
<?
$gnb_str = "<ul>";
$gnb_str = "<ul id=\"gnb_ul\">";
foreach($amenu as $key=>$value) {
$href1 = $href2 = '';
if ($menu['menu'.$key][0][2]) {