Hi. I'm trying to set a page title from values in the content.
I've tried with:
$app = JFactory::getApplication();
$doc= &JFactory::getDocument();
$doc->setTitle('anything goes here');
But the page title is not changed. I know it's an override field in the configuration area for content view, but I've only been able to have it get VALUES from a field, and not TEXT