拜託版主幫幫忙

2016-07-07 15:27 来源:www.chinab4c.com 作者:ecshop专家

各位高手:
因為我自己本身有做官網,內定為index.html;當進入我的ecshop購物車時,如何將下圖的位置改成指向"index.php"而非又跳至"index.html";應當要改哪裡呢?
sshot-1.jpg

回答:
修改库文件,ur_here.lbi

以下是"ur_here.lbi"的內容,在哪裡改成index.php呢?

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<div class="block ur_here">
{$lang.ur_here} {$ur_here}
</div>

原來是這裡:修改 includes/lib_main.php文件

/* 初始化“页面标题”和“当前位置” */
$page_title = $GLOBALS['_CFG']['shop_title'];
$ur_here = '<a href="./index.php">' . $GLOBALS['_LANG']['home'] . '</a>';