headTitle($this->config->title->site); $this->headTitle('后台管理'); $this->headTitle()->setSeparator(' - '); $this->headScript()->appendFile('/js/jquery-1.7.min.js'); $this->headLink()->appendStylesheet('/css/admin.css'); $this->headScript()->appendFile('/js/jquery.colorbox-min.js'); $this->headLink()->appendStylesheet('/css/author.css'); $this->headLink()->appendStylesheet('/css/colorbox.css'); $this->breadcrumb('首页'); $this->breadcrumb('后台首页'); $this->breadcrumb('新闻中心'); $this->breadcrumb('栏目管理'); ?>
partial('news/left.phtml'); ?>
msg or $this->messages) :?>
msg) : ?>

msg; ?>

messages): foreach($this->messages as $msg): ?>

catlogs)) { $top = 0; $deep = 0; foreach($this->catlogs as $k=>$v) { if($v['fid']==0) { echo ' '; $top = $v['id']; } foreach($this->catlogs as $vv) { $fid = $vv['fid']; if(!empty($top) || !empty($fid)) { if($top != $fid) { $deep ++; }else{ $deep = 1; } if($vv['tid']==$top) { echo ' '; } } } } }else{ echo ''; } ?>
栏目名称 栏目管理
浏览 文档 编辑 删除
'; echo '- '.$vv['title'].'
浏览 文档 编辑 删除
暂无数据