예제 #1
0
 /**
  * Prints the HTML page.
  * @access public
  **/
 function printPage()
 {
     // before printing, add menus to Theme component
     foreach (array_keys($this->_menus) as $i => $level) {
         $this->_wrapper->add($this->_menus[$level]);
     }
     parent::printPage();
 }