Example #1
0
 function GUI_ListPage($title = 'Defaulttitle')
 {
     $this->rowclass = array('even', 'odd');
     parent::GUI_Page($title);
 }