joshakjohn Posted June 29, 2013 Report Share Posted June 29, 2013 Hellooo guys! I apologise if this has already been asked but I haven't been around here for a while and well I don't have the patience to search ;P Anyways is there a way to change the page title from "Popupnews" to say the subject of the news post? (If that makes sense?) e.g Cheers! Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted July 2, 2013 Administrators Report Share Posted July 2, 2013 At the open of the module file you can set it for the module globally class PopUpNews extends CodonModule { public $title = 'Page Title'; function index() { or you can define it for each page by declaring it in each function function index() { $this->title = 'Page Title'; $this->show('index'); } 1 Quote Link to comment Share on other sites More sharing options...
Sava Posted July 4, 2013 Report Share Posted July 4, 2013 I have mine set up so that the page title is the article title. That might be the best? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.