daquity36 Posted January 5, 2013 Share Posted January 5, 2013 (edited) How do you change page title of modules' php page? (For example, modules/myalerts/myalerts.php) Right now, the page title is empty and modules' php (myalerts.php) is NOT included in the SEO & URL in the back office. I have tried adding myalerts.php to SEO & URL in the BO (by modifying getPage function in classes/Meta.php) but it has no effect. Any help will be greatly appreciated. Edited January 14, 2013 by daquity36 (see edit history) Link to comment Share on other sites More sharing options...
daquity36 Posted January 7, 2013 Author Share Posted January 7, 2013 Bump Link to comment Share on other sites More sharing options...
daquity36 Posted January 10, 2013 Author Share Posted January 10, 2013 No one??? Link to comment Share on other sites More sharing options...
daquity36 Posted January 14, 2013 Author Share Posted January 14, 2013 Solved by creating and adding its own header.tpl file that includes <html><head><title>blah blah </title> etc.. 3 Link to comment Share on other sites More sharing options...
vekia Posted January 14, 2013 Share Posted January 14, 2013 thank you for sharing the solution for adding title in modules page great! Link to comment Share on other sites More sharing options...
Mahdi Shad Posted June 26, 2014 Share Posted June 26, 2014 Hi in 1.5.x up to last version, just change $this->context->smarty->tpl_vars['meta_title']->value in your page front controller 1 Link to comment Share on other sites More sharing options...
LauraPresta Posted January 24, 2016 Share Posted January 24, 2016 Could you please explain this more clearly ? because im facing the same problem, impossible to change front page title of a module Link to comment Share on other sites More sharing options...
Recommended Posts