星期三, 7月 28, 2010

解決後臺選單無法出現

在source/admin.php中
註解
function highlightadminitems ($itemhighlight, $itemsrow) {
global $admin_item;[separator]
$str="";
return ("\n{$str}\n

");
}
新增
function highlightadminitems ($itemhighlight, $itemsrow) {
global $admin_item;
while (@list ($key, $value)=@each($admin_item[$itemsrow])) {
if ($itemhighlight==$key) $addclass='highlight';
else $addclass='normal';
$rollall.="
  • {$value}
  • ";
    }
    return ("
    \n
      {$rollall}
    \n\n

    沒有留言:

    張貼留言

    Related Posts with Thumbnails