references:joomla.framework:document:jdocument-gettitlegetTitle
Gets the title of the current document. Syntaxstring getTitle () ExamplesThis example displays the title of the current document. Example global $mainframe; $document = &JFactory::getDocument(); echo "Title: " . $document->getTitle(); Might produce: Result Title: Joomla! 1.5 Documentation Test Bed |


