From 06ea3d9821fa5ca746d4cd79de4b68d983f0298a Mon Sep 17 00:00:00 2001 From: jack Date: Fri, 11 May 2018 22:53:53 +0800 Subject: [PATCH] update layout --- application/default/views/scripts/index/index.phtml | 8 ++++++++ application/layouts/layout-sanji.phtml | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) 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'); +?>