minor fix

This commit is contained in:
wlx 2011-10-14 07:32:58 +00:00
parent 02e24e74aa
commit de8add8790
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
<?php <?php
$config = Zend_Registry::get('config'); $this->headTitle($this->config->title->site);
$this->headTitle($config->title->site); $this->headTitle($this->config->title->review);
$this->headTitle($config->title->mdreview);
$this->headTitle()->setSeparator(' - '); $this->headTitle()->setSeparator(' - ');
$this->headLink()->appendStylesheet('/css/mdreview.css'); $this->headLink()->appendStylesheet('/css/mdreview.css');
$this->breadcrumb('<a href="/">首页</a>'); $this->breadcrumb('<a href="/">首页</a>');