Best Answer Sliapy , 20 June 2014 - 12:06
You can set title through the Joomla API
JFactory::getDocument()->setTitle('your title');Go to the full post
Best Answer Sliapy , 20 June 2014 - 12:06
You can set title through the Joomla API
JFactory::getDocument()->setTitle('your title');Go to the full post
Posted 20 June 2014 - 11:58
Hi
Just like we can generate meta tags by a calling certain function, can you tell me how do we generate the title tag by calling a function?
thanks
Posted 20 June 2014 - 12:06 Best Answer
You can set title through the Joomla API
JFactory::getDocument()->setTitle('your title');