2009-06-21 17:07:49
Editing the title of a module
Hello. I have 1.6.2 installed and I've installed the Elluminate module and I'd like to change the name on the main navigation tab, breadcrumb, etc. The code that generates this seems to be in the module.php file at:
$this->_pages['mods/elluminate/index.php']['title_var'] = 'elluminate';
However, when I changed it to:
$this->_pages['mods/elluminate/index.php']['title_var'] = 'Virtual Classroom';
the text "Virtual Classroom" is always in brackets like:
[Virtual Classroom]
How can I get rid of those brackets?
Thanks.