MINI MINI MANI MO
<html>
<?php
$ch=explode("/",$_SERVER['PHP_SELF']);
$chkdir=$ch[2];
$chkdir2=$ch[3];
?>
<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="background-repeat:repeat-x; padding:3px 5px 0 0; width:60px;"><a href='/admin/sub01/list01.php' onFocus="blur()"><?if ($chkdir=="sub01") {?><font color="#FF0000">상담관리</font><?}else{?><font color="#000000">상담관리</font><?}?></a></td>
<td width="1" valign="bottom">|</td>
<!-- <td align="center" style="background-repeat:repeat-x;padding:3px 5px 0 0; width:95px;"><a href='/admin/sub02/list01.php' onFocus="blur()"><?if ($chkdir=="sub02") {?><font color="#FF0000">견인(영업)관리</font><?}else{?><font color="#000000">견인(영업)관리</font><?}?></a></td>
<td width="1" valign="bottom">|</td>
<td align="center" style="background-repeat:repeat-x;padding:3px 5px 0 0; width:60px;"><a href='/admin/sub08/list.php' onFocus="blur()"><?if ($chkdir=="sub08") {?><font color="#FF0000">폐차현황</font><?}else{?><font color="#000000">폐차현황</font><?}?></a></td>
<td width="1" valign="bottom">|</td>
-->
<? if($loginUsort == "superadmin"){ ?>
<td align="center" style="background-repeat:repeat-x;padding:3px 5px 0 0; width:60px;"><a href='/admin/sub05/list.php' onFocus="blur()"><?if ($chkdir=="sub05") {?><font color="#FF0000">회원관리</font><?}else{?><font color="#000000">회원관리</font><?}?></a></td>
<td width="1" valign="bottom">|</td>
<td align="center" style="background-repeat:repeat-x;padding:3px 5px 0 0; width:60px;"><a href='/admin/sub06/list.php' onFocus="blur()"><?if ($chkdir=="sub06") {?><font color="#FF0000">차량설정</font><?}else{?><font color="#000000">차량설정</font><?}?></a></td>
<td width="1" valign="bottom">|</td>
<td align="center" style="background-repeat:repeat-x;padding:3px 5px 0 0; width:60px;"><a href='/admin/sub10/list.php' onFocus="blur()"><?if ($chkdir=="sub10") {?><font color="#FF0000">배너관리</font><?}else{?><font color="#000000">배너관리</font><?}?></a></td>
<td width="1" valign="bottom">|</td>
<td align="center" style="background-repeat:repeat-x;padding:3px 5px 0 0; width:60px;"><a href='/admin/sub07/list.php' onFocus="blur()"><?if ($chkdir=="sub07") {?><font color="#FF0000">환경설정</font><?}else{?><font color="#000000">환경설정</font><?}?></a></td>
<td width="1" valign="bottom">|</td>
<td align="center" style="background-repeat:repeat-x;padding:3px 5px 0 0; width:60px;"><a href='/admin/sub11/list.php' onFocus="blur()"><?if ($chkdir=="sub11") {?><font color="#FF0000">카운터</font><?}else{?><font color="#000000">카운터</font><?}?></a></td>
<td width="1" valign="bottom"></td>
<? } ?>
</tr>
</table>
</body>
</html>
OHA YOOOO