服務熱線:=$settings ['hotline'];?>
';$cnavid = ceil($navid/2)-1;$i = 0;foreach ($menulist as $list) { //主欄目$i++;$anchor = stristr($list['weburl'], '#');if (_isStatic) {$urls = "./?c=index&id=" . $list['id'] . $anchor;} else {$urls = $list['weburl'];if (empty($urls)) {$urls = './' . $list['id'] . "/index.html";}}$links = trim($list['links']);if(stristr($links,'http://')){$target = 'target="_blank"';}else{$target = '';}if($list['id'] != 26 && $list['id'] != 20 && $list['id'] != 15){if ($list['id'] == $locationid || $urls == $weburl) { //當前狀態if (empty($links)) {$str .= '';} else {$str .= '';}$str .= $list['filetitle'];} else {if (empty($links)) {$str .= '';} else {$str .= '';}$str .= $list['filetitle'];}$subone = $list['subone'];$str .= '';if ($subone > 0) {$str .= ' ';}$str .= ' ';}}$str .= '';echo $str;?>
- ';foreach ($subone as $one) {$links = trim ( $one ['links'] );if(stristr($links,'http://')){$target = 'target="_blank"';}else{$target = '';}$str .= '
- ' . $one['filetitle'] . '';$subtwo = $one['subtwo'];if (count($subtwo) > 0) {$str .= '
- ';foreach ($subtwo as $two) {$links = trim ( $two ['links'] );if(stristr($links,'http://')){$target = 'target="_blank"';}else{$target = '';}$str .= '
- ' . $two['filetitle'] . ' ';}$str .= '
';}$str .= '