Update code_sniffer build.xml file to be executable on our system
[phpbb.git] / phpBB / modules / ucp / info / ucp_main.php
blob722b7865e60009731c67471bac51432524a8b060
1 <?php
2 /**
4 * @package ucp
5 * @version $Id$
6 * @copyright (c) 2005 phpBB Group
7 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 */
11 /**
12 * @package module_install
14 class ucp_main_info
16 function module()
18 return array(
19 'filename' => 'ucp_main',
20 'title' => 'UCP_MAIN',
21 'version' => '1.0.0',
22 'modes' => array(
23 'front' => array('title' => 'UCP_MAIN_FRONT', 'auth' => '', 'cat' => array('UCP_MAIN')),
24 'subscribed' => array('title' => 'UCP_MAIN_SUBSCRIBED', 'auth' => '', 'cat' => array('UCP_MAIN')),
25 'bookmarks' => array('title' => 'UCP_MAIN_BOOKMARKS', 'auth' => 'cfg_allow_bookmarks', 'cat' => array('UCP_MAIN')),
26 'drafts' => array('title' => 'UCP_MAIN_DRAFTS', 'auth' => '', 'cat' => array('UCP_MAIN')),
31 function install()
35 function uninstall()