Technically speaking, if I open the header.php, at line 88, it is written as:
Code: Select all
$this->data['home'] = HTTP_SERVER . 'index.php?route=common/home';
Code: Select all
$this->data['home'] = HTTP_SERVER;
Code: Select all
$this->data['home'] = HTTP_SERVER . 'index.php?route=common/home';
Code: Select all
$this->data['home'] = HTTP_SERVER;
yesy we need to ask David. wait, who is David?suhanto wrote:I have a question about the "Home" link, why OpenCart write it as domain.com/index.php?route=common/home? Isn't more appropriate to use domain.com/ only?
Technically speaking, if I open the header.php, at line 88, it is written as:
If I change it to:Code: Select all
$this->data['home'] = HTTP_SERVER . 'index.php?route=common/home';
In my opinion, it will produce more proper 'Home' link. I can use it of couse, but I think there should be special reason from David why the 'Home' link is written as is?Code: Select all
$this->data['home'] = HTTP_SERVER;
ALL Templates :: 1.5.1+ Templates :: 50%-75% PRICE DROP ONLY at OpencartStuff.com
Users browsing this forum: No registered users and 39 guests