Search found 1 match
Page 1 of 1
Search found 1 match
Re: Site name in Title
Open the header.php file (catalog/controller/common) change line 4 to something like this: if($this->document->getTitle()!='') { $data['title'] = $this->config->get('config_name') . ' :: ' .$this->document->getTitle(); }else{ $data['title'] = $this->config->get('config_meta_title') ; } Open your hom...
Jump to post- Sat Oct 04, 2014 8:38 am
- Replies 66
- Views 58910
Page 1 of 1
Search found 1 match