From 638b8dbb7a1e942dace4705a2fc63543e4d482d5 Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Tue, 4 Jun 2019 17:29:11 +0800 Subject: [PATCH] 5 --- public/themes/simpleboot3/portal/shopcart/shop_cart.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/public/themes/simpleboot3/portal/shopcart/shop_cart.html b/public/themes/simpleboot3/portal/shopcart/shop_cart.html index e4561e8..2f7123d 100644 --- a/public/themes/simpleboot3/portal/shopcart/shop_cart.html +++ b/public/themes/simpleboot3/portal/shopcart/shop_cart.html @@ -105,25 +105,23 @@ <!-- 底部一级导航 --> <div class="in_bottom"> <ul> - <a href="index.html"> + <a href="{:url('Index/index')}"> <li> <img src="__TMPL__/public/assets/images/22.png" alt="" /> <p>首页</p> </li> </a> - <a href="nav_class.html"> + <a href="{:url('Classify/classify')}"> <li> <img src="__TMPL__/public/assets/images/16.png" alt="" /> <p>分类</p> </li> </a> - <a href="w_shopping_cart.html"> <li> <img src="__TMPL__/public/assets/images/20.png" alt="" /> <p style="color:#FF7700;">购物车</p> </li> - </a> - <a href="log_one.html"> + <a href="{:url('Personalcenter/Personal_center')}"> <li> <img src="__TMPL__/public/assets/images/18.png" alt="" /> <p>我的</p> -- libgit2 0.24.0