Get the page title

$doc = JFactory::getDocument(); 
$page_title = $doc->getTitle();