Changeset 263

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

CS Fixes for Main

Files:

Legend:

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

    r233 r263  
    66 * Main Menu Module 
    77 *  
    8  * PHP Version 5 
     8 * PHP Version 5.1.0+ 
    99 *  
    10  * @uses      ToasterAdmin_Auth_System 
    11  * @package   ToasterAdmin 
    12  * @author    Bill Shupp <hostmaster@shupp.org>  
    13  * @copyright 2007 Bill Shupp 
    14  * @license   GPL 2.0  {@link http://www.gnu.org/licenses/gpl.txt} 
    15  * @link      http://trac.merchbox.com/trac/toasteradmin 
     10 * @uses       ToasterAdmin_Auth_System 
     11 * @category   Mail 
     12 * @package    ToasterAdmin 
     13 * @subpackage Module 
     14 * @author     Bill Shupp <hostmaster@shupp.org>  
     15 * @copyright  2007-2008 Bill Shupp 
     16 * @license    GPL 2.0  {@link http://www.gnu.org/licenses/gpl.txt} 
     17 * @link       http://trac.merchbox.com/trac/toasteradmin 
    1618 */ 
    1719 
     
    2123 * Main Menu Module 
    2224 *  
    23  * @uses      ToasterAdmin_Auth_System 
    24  * @package   ToasterAdmin 
    25  * @author    Bill Shupp <hostmaster@shupp.org>  
    26  * @copyright 2007 Bill Shupp 
    27  * @license   GPL 2.0  {@link http://www.gnu.org/licenses/gpl.txt} 
    28  * @link      http://trac.merchbox.com/trac/toasteradmin 
     25 * @uses       ToasterAdmin_Auth_System 
     26 * @category   Mail 
     27 * @package    ToasterAdmin 
     28 * @subpackage Module 
     29 * @author     Bill Shupp <hostmaster@shupp.org>  
     30 * @copyright  2007-2008 Bill Shupp 
     31 * @license    GPL 2.0  {@link http://www.gnu.org/licenses/gpl.txt} 
     32 * @link       http://trac.merchbox.com/trac/toasteradmin 
    2933 */ 
    3034class Framework_Module_Main extends ToasterAdmin_Auth_System 
     
    5357    public function mainMenu() 
    5458    { 
    55         // Language stuff 
    5659        $this->tplFile = 'menu.tpl'; 
    5760        return;