diff --git a/application/index/view/default/search/index.html b/application/index/view/default/search/index.html index 197b7979f6a61550104ae695f6a40189430e1e4f..529100a3eff7a49fce5f7494fa628931bc593fea 100755 --- a/application/index/view/default/search/index.html +++ b/application/index/view/default/search/index.html @@ -27,7 +27,7 @@ {{/if}} -
+
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
@@ -42,7 +42,7 @@ {{/foreach}} {{/if}} -
+

    diff --git a/application/install/view/index/successful.html b/application/install/view/index/successful.html index 7b0e46e0ea676879e0b3f73da7e487f613331996..272c6a6a03db4c16dd7652f1ff897683c1e2c3d9 100755 --- a/application/install/view/index/successful.html +++ b/application/install/view/index/successful.html @@ -9,11 +9,11 @@

    恭喜您安装成功

    后台管理
    -

    默认后台地址入口文件为 admin.php 可在站点根目录和public目录下更改相应的文件名称,避免后台管理入口被客非法入侵。

    +

    默认后台地址入口文件为 admin.php 可在站点根目录和public目录下更改相应的文件名称,避免后台管理入口被非法入侵。

    默认账号:admin   默认密码为:shopxo


    访问首页 -

    请尽快修改管理员密码,以防被黑客非法入侵。
    并删除 ./application 目录下的 install 目录。

    +

    请尽快修改管理员密码,以防被非法入侵。
    并删除 ./application 目录下的 install 目录。

diff --git a/application/tags.php b/application/tags.php index 487224a39829f14c074deb0fbd7cf115e417af14..e2e9c36d2e8a9b24ad1acf930854e8d3349ef026 100755 --- a/application/tags.php +++ b/application/tags.php @@ -35,8 +35,8 @@ return array ( 'plugins_css' => array ( 0 => 'app\\plugins\\limitedtimediscount\\Hook', - 1 => 'app\\plugins\\goodsphototag\\Hook', - 2 => 'app\\plugins\\membershiplevelvip\\Hook', + 1 => 'app\\plugins\\membershiplevelvip\\Hook', + 2 => 'app\\plugins\\goodsphototag\\Hook', ), 'plugins_js' => array ( @@ -64,18 +64,6 @@ return array ( array ( 0 => 'app\\plugins\\limitedtimediscount\\Hook', ), - 'plugins_view_goods_detail_photo_within' => - array ( - 0 => 'app\\plugins\\goodsphototag\\Hook', - ), - 'plugins_view_home_goods_inside_top' => - array ( - 0 => 'app\\plugins\\goodsphototag\\Hook', - ), - 'plugins_view_search_goods_inside_top' => - array ( - 0 => 'app\\plugins\\goodsphototag\\Hook', - ), 'plugins_service_buy_handle' => array ( 0 => 'app\\plugins\\membershiplevelvip\\Hook', @@ -116,5 +104,25 @@ return array ( array ( 0 => 'app\\plugins\\membershiplevelvip\\Hook', ), + 'plugins_service_users_center_left_menu_handle' => + array ( + 0 => 'app\\plugins\\wallet\\Hook', + ), + 'plugins_service_header_navigation_top_right_handle' => + array ( + 0 => 'app\\plugins\\wallet\\Hook', + ), + 'plugins_view_goods_detail_photo_within' => + array ( + 0 => 'app\\plugins\\goodsphototag\\Hook', + ), + 'plugins_view_home_goods_inside_top' => + array ( + 0 => 'app\\plugins\\goodsphototag\\Hook', + ), + 'plugins_view_search_goods_inside_top' => + array ( + 0 => 'app\\plugins\\goodsphototag\\Hook', + ), ); ?> \ No newline at end of file diff --git a/public/static/index/default/css/article.css b/public/static/index/default/css/article.css index ef7e5d67da3cd85160d7614945b197fe93c808df..99919834456a281af604341f122982bf493f15fb 100755 --- a/public/static/index/default/css/article.css +++ b/public/static/index/default/css/article.css @@ -14,6 +14,7 @@ .am-accordion-gapped dl:last-child{margin-bottom: 0;} .am-accordion-gapped .am-accordion-title:after{margin-top: -6px;} .am-accordion-gapped .am-accordion-title, .am-accordion-gapped .am-accordion-item, .am-accordion-gapped .am-accordion-item.am-active{border-color: #eee;} +.article-content img { max-width: 100%; } @media only screen and (min-width: 641px) { .article-sidebar .am-offcanvas{display: block; position: static; background: none;}