How to get page title for Joomla 1.5 Published by admin on 20 Nov ’09 This is the code: <?php $mydoc =& JFactory::getDocument(); $mytitle = $mydoc->getTitle(); ?>