diff options
Diffstat (limited to 'phpBB/includes/ucp/ucp_main.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_main.php | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/phpBB/includes/ucp/ucp_main.php b/phpBB/includes/ucp/ucp_main.php index 1b415b5074..77d855cda9 100644 --- a/phpBB/includes/ucp/ucp_main.php +++ b/phpBB/includes/ucp/ucp_main.php @@ -851,33 +851,4 @@ class ucp_main } -/** -* @package module_install -*/ -class ucp_main_info -{ - function module() - { - return array( - 'filename' => 'ucp_main', - 'title' => 'UCP_MAIN', - 'version' => '1.0.0', - 'modes' => array( - 'front' => array('title' => 'UCP_MAIN_FRONT', 'auth' => ''), - 'subscribed' => array('title' => 'UCP_MAIN_SUBSCRIBED', 'auth' => ''), - 'bookmarks' => array('title' => 'UCP_MAIN_BOOKMARKS', 'auth' => 'cfg_allow_bookmarks'), - 'drafts' => array('title' => 'UCP_MAIN_DRAFTS', 'auth' => ''), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - ?>
\ No newline at end of file |