Example: News / Speciacls
But if you click on news it will show my site news page, but I would like to change this that if you will click on that it will go to another site..
I know that I need to edit this line in header.php
Code: Select all
$this->data['news'] = $this->url->link('information/news');
Code: Select all
http://www.yoursite.com/index.php?route=information/news
Code: Select all
$this->data['news'] = $this->url->link('http://www.opencart.com/');
Code: Select all
http://www.yoursite.com/index.php?route=http://www.opencart.com/
Code: Select all
http://www.yoursite.com/index.php?route=http://www.opencart.com/
Code: Select all
http://www.opencart.com/
