فهرست منبع

Merge branch 'develop'

linwu 2 سال پیش
والد
کامیت
150889e149
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      public/themes/simpleboot3/portal/article.html
  2. 1 1
      public/themes/simpleboot3/portal/list.html

+ 1 - 1
public/themes/simpleboot3/portal/article.html

@@ -17,7 +17,7 @@
             <ul class="list-group">
                 <empty name="category_child">
                     <li class="list-group-item">
-                        <a href="{:cmf_url('list/index')}">文章列表</a>
+                        <a href="javascript:history.back();">返回上一级</a>
                     </li>
                     <else/>
                     <volist name="category_child" id="vo">

+ 1 - 1
public/themes/simpleboot3/portal/list.html

@@ -17,7 +17,7 @@
             <ul class="list-group">
                 <empty name="category_child">
                     <li class="list-group-item">
-                        <a href="{:cmf_url('list/index')}">文章列表</a>
+                        <a href="javascript:history.back();">返回上一级</a>
                     </li>
                     <else/>
                     <volist name="category_child" id="vo">