![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#2
IP: 49.87.3.169
|
|||
|
|||
|
if you need to change the link from /home.php to / in bread crumbs, just modify this file:
postauth.php - find this code: Code:
if (!empty($lbl_site_path)) {
$location[] = array(
$lbl_site_path,
'home.php',
);
}
Code:
if (!empty($lbl_site_path)) {
$location[] = array(
$lbl_site_path,
'./',
);
}
common_files/customer/head.tpl - find this code: Code:
<div class="logo">
<a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/xlogo.gif" alt="" /></a>
</div>
Code:
<div class="logo">
<a href="{$catalogs.customer}/"><img src="{$ImagesDir}/xlogo.gif" alt="" /></a>
</div>
2-columns/customer/head.tpl artistictunes_business/customer/head.tpl vivid_dreams_lotus/customer/head.tpl |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How To Remove Duplicate Lines with Notepad++ | Eagleville | 操作系统 | 0 | 2015-03-04 08:37 AM |
| breadcrumb links, remove home.php | Abeytas | X-Cart | 0 | 2014-10-03 11:28 AM |
| Vbulletin myfilestore hack - Find the traces and remove them | Sacramento | vBulletin技术交流 | 0 | 2014-05-31 06:57 AM |
| Redirect home.php | topvip | X-Cart | 1 | 2013-11-08 10:24 AM |
| How do I remove a hyperlink without losing the display text or image? | car | 代码交流 | 0 | 2008-03-14 04:48 PM |