Changeset 264

Show
Ignore:
Timestamp:
04/10/08 22:43:09 (9 months ago)
Author:
shupp
Message:

make mainMenu() protected

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Framework/Module/Main.php

    r263 r264  
    5252     * Display man menu 
    5353     *  
    54      * @access public 
     54     * @access protected 
    5555     * @return void 
    5656     */ 
    57     public function mainMenu() 
     57    protected function mainMenu() 
    5858    { 
    5959        $this->tplFile = 'menu.tpl';