diff --git a/application/default/views/scripts/index/index.phtml b/application/default/views/scripts/index/index.phtml index bc9ac5eb..67a51cb4 100755 --- a/application/default/views/scripts/index/index.phtml +++ b/application/default/views/scripts/index/index.phtml @@ -1,3 +1,11 @@ +headTitle($this->config->title->site); +$this->headTitle('首页'); +$this->headTitle()->setSeparator(' - '); +$auth = Zend_Auth::getInstance(); +$this->headLink()->appendStylesheet('/static-sanji-v2/css/index.css'); +$this->headLink()->appendStylesheet('/static-sanji-v2/css/number.css'); +?>