How can I change in Joomla 2.5 html title tag from view.html.php file. I want to generate it Dynamicaly
$document = JFactory::getDocument(); $document->setTitle("New title");