Update code_sniffer build.xml file to be executable on our system
[phpbb.git] / phpBB / modules / ucp / info / ucp_profile.php
blob03a4c81f462252d36792a8068e6dce3b683ae951
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_profile_info
16 function module()
18 return array(
19 'filename' => 'ucp_profile',
20 'title' => 'UCP_PROFILE',
21 'version' => '1.0.0',
22 'modes' => array(
23 'profile_info' => array('title' => 'UCP_PROFILE_PROFILE_INFO', 'auth' => '', 'cat' => array('UCP_PROFILE')),
24 'signature' => array('title' => 'UCP_PROFILE_SIGNATURE', 'auth' => '', 'cat' => array('UCP_PROFILE')),
25 'avatar' => array('title' => 'UCP_PROFILE_AVATAR', 'auth' => '', 'cat' => array('UCP_PROFILE')),
26 'reg_details' => array('title' => 'UCP_PROFILE_REG_DETAILS', 'auth' => '', 'cat' => array('UCP_PROFILE')),
31 function install()
35 function uninstall()