From bbbb0b0f6e8a591bb2586452765ae5994d5539f7 Mon Sep 17 00:00:00 2001 From: wlx Date: Mon, 6 May 2013 03:31:30 +0000 Subject: [PATCH] minor fix --- application/admin/views/scripts/news/newslist.phtml | 2 +- application/default/views/scripts/author/doi-add.phtml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/application/admin/views/scripts/news/newslist.phtml b/application/admin/views/scripts/news/newslist.phtml index 7fdc49a6..cd7259b9 100644 --- a/application/admin/views/scripts/news/newslist.phtml +++ b/application/admin/views/scripts/news/newslist.phtml @@ -54,7 +54,7 @@ $('#divFooter').css('position','absolute');   所有新闻列表 - +
diff --git a/application/default/views/scripts/author/doi-add.phtml b/application/default/views/scripts/author/doi-add.phtml index 6879c802..8b34a291 100644 --- a/application/default/views/scripts/author/doi-add.phtml +++ b/application/default/views/scripts/author/doi-add.phtml @@ -2,9 +2,8 @@ $this->headTitle($this->config->title->site); $this->headTitle($this->config->title->author); $this->headTitle()->setSeparator(' - '); -//$this->headLink()->appendStylesheet('/css/admin.css'); $this->breadcrumb('首页'); -$this->breadcrumb('数据管理'); +$this->breadcrumb('数据作者'); $this->breadcrumb('DOI'); $this->breadcrumb()->setSeparator(' > '); $this->theme->AppendPlus($this,'colorbox');
新闻标题