* @package admin * @version $Id$ * @link http://www.zentao.net */ class admin extends control { /** * Index page of admin module. Locate to action's trash page. * * @access public * @return void */ public function index() { $this->locate($this->createLink('extension', 'browse')); } }