Skip navigation

in your admin/controller/module/[module_name].php

find the line where the document title is set. it looks something like:

1
$this->document->title = $this->language->get('heading_title');

and change it to

1
$this->document->setTitle($this->language->get('heading_title'));

there could be more to this, but worth a try.

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>