diff --git a/application/default/views/scripts/about/index.phtml b/application/default/views/scripts/about/index.phtml index a22e30ff..bc6cd0a4 100755 --- a/application/default/views/scripts/about/index.phtml +++ b/application/default/views/scripts/about/index.phtml @@ -7,7 +7,7 @@ $this->breadcrumb('首页'); $this->breadcrumb('关于我们'); $this->breadcrumb()->setSeparator(' > '); ?> -
+
partial('about/navi.phtml'); ?>
diff --git a/application/default/views/scripts/archives/index.phtml b/application/default/views/scripts/archives/index.phtml index 8fda5425..75ef2954 100644 --- a/application/default/views/scripts/archives/index.phtml +++ b/application/default/views/scripts/archives/index.phtml @@ -28,27 +28,29 @@ $this->theme->AppendPlus($this,'masonry');
+
-
+
+

新闻列表

+
    lists as $v) {?> 0) {?> -
    -

    -
    -
      + -
    • [] -
    • +
    • []
    • -
    -
    -
    - -
+ + + +
+
+ + \ No newline at end of file + + \ No newline at end of file diff --git a/application/default/views/scripts/header.phtml b/application/default/views/scripts/header.phtml index 82103ed8..83c1cf81 100755 --- a/application/default/views/scripts/header.phtml +++ b/application/default/views/scripts/header.phtml @@ -1,51 +1,50 @@ - - - - -
-
-
-
-
- -
-
-

- hasIdentity()) - { - $user = $auth->getIdentity(); - echo ' '.$user->username.' '; - if ($user->usertype == $this->config->auth->identifier) - { - echo ' 后台 '; - } - echo ' 数据篮 '; - echo '退出'; - } else { - echo '登 录  |  注 册'; - } ?> - -

- -

-

-

-
-
-
-
-
- -
- render('breadcrumbs.phtml'); ?> + + + + +
+
+
+
+
+ +
+
+

+ hasIdentity()) + { + $user = $auth->getIdentity(); + echo ' '.$user->username.' '; + if ($user->usertype == $this->config->auth->identifier) + { + echo ' 后台 '; + } + echo ' 数据篮 '; + echo '退出'; + } else { + echo '登 录  |  注 册'; + } ?> +

+ +

+

+

+
+
+
+
+
+ +
+ render('breadcrumbs.phtml'); ?>