From 4996a01ee468464d5812e9914f5e94bda0ac61f2 Mon Sep 17 00:00:00 2001 From: jack Date: Sat, 12 May 2018 15:54:37 +0800 Subject: [PATCH] update index style --- .../default/views/scripts/index/index.phtml | 4 ++-- application/layouts/layout-sanji.phtml | 4 +++- htdocs/static-sanji-v2/css/index.css | 14 ++------------ 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/application/default/views/scripts/index/index.phtml b/application/default/views/scripts/index/index.phtml index 67a51cb4..8a5a1618 100755 --- a/application/default/views/scripts/index/index.phtml +++ b/application/default/views/scripts/index/index.phtml @@ -3,8 +3,8 @@ $this->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'); +//$this->headLink()->appendStylesheet('/static-sanji-v2/css/index.css'); +//$this->headLink()->appendStylesheet('/static-sanji-v2/css/number.css'); ?>