Example #1
0
 public function getPageHeader()
 {
     $ret = "<h1>{$this->getPageTitle()}</h1>";
     $ret .= Page::getDelayedMsgBlock();
     return $ret;
 }
Example #2
0
 public function getPageHeader()
 {
     $ret = '<h1>Gestione operatori</h1>';
     $ret .= Page::getDelayedMsgBlock();
     return $ret;
 }