global º¯¼ö¼±¾ð
¿î¿µÀÚ 05-01-15 01:13
¼Ò½ºÄÚµåÀÇ »ó´Ü¿¡

global $is_admin;

À̶ó°í ÇØÁֽðųª

<? if ($GLOBALS['is_admin'] == "default" || $GLOBALS['is_admin'] == "group"){?>


ÃÖ±Ù °Ô½Ã¹° ½ºÅ² ÆÄÀÏ  latest.skin.php ¿¡¼­ Àû¿ë¿¹


<?

if (!defined("_GNUBOARD_")) exit; // °³º° ÆäÀÌÁö Á¢±Ù ºÒ°¡

global $is_admin;

?>

<table width='100%' cellpadding='2' cellspacing='2'>

<tr><td background='<?=$latest_skin?>/bg.gif' style='font-family:±Ã¼­Ã¼;' height=25 align=left>&nbsp;<img src='<?=$latest_skin?>/icon_dir.gif' border=0 align=absmiddle width=20 height=11><a href='./?doc=bbs/gnuboard.php&bo_table=<?=$bo_table?>'><?=$bo_subject?></a>

<? if ($is_admin == "default" || $is_admin == "group"){?>
<a href='?doc=bbs/admin/boardform.php&ssort=&sorder=&sselect=&stext=&page=&w=u&bo_table=<?=$bo_table?>'><img src='<?=$latest_skin?>/icon_admin.gif' border=0 width=9 height=9 align='absmiddle'></a>
<?}?>

</td></tr>

<? for ($i=0; $i<count($list); $i++) { ?>
<tr onMouseOver=this.style.backgroundColor='' onMouseOut=this.style.backgroundColor=''><td bgcolor=#e8e8e8 style='font-family:¹ÙÅÁ;font-size:12px;'><?if ($link[$i][link1]) {?>&nbsp;<img src='<?=$latest_skin?>/dot.gif' border=0 width=6 height=6>
<a href='<?=$link[$i][link1]?>' target='blank' title='<?=$list[$i][wr_content]?>'><?=$list[$i][subject]?></a>
<?//=$list[$i][icon_new]?><?}?>

</td></tr>
<? } ?>

<? if (count($list) == 0) { echo "<tr><td align=center height=50></td></tr>"; } ?>
</table>