/**
  * Checks to see if the page has a title set
  *
  * @access public
  * @return boolean
  */
 function hasPageTitle()
 {
     return strlen($this->_application->getPageTitle()) > 0;
 }