diff options
Diffstat (limited to 'phpBB/modules/acp/info/acp_icons.php')
-rw-r--r-- | phpBB/modules/acp/info/acp_icons.php | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/phpBB/modules/acp/info/acp_icons.php b/phpBB/modules/acp/info/acp_icons.php deleted file mode 100644 index 16bf753940..0000000000 --- a/phpBB/modules/acp/info/acp_icons.php +++ /dev/null @@ -1,38 +0,0 @@ -<?php -/** -* -* @package acp -* @version $Id$ -* @copyright (c) 2005 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License -* -*/ - -/** -* @package module_install -*/ -class acp_icons_info -{ - function module() - { - return array( - 'filename' => 'acp_icons', - 'title' => 'ACP_ICONS_SMILIES', - 'version' => '1.0.0', - 'modes' => array( - 'icons' => array('title' => 'ACP_ICONS', 'auth' => 'acl_a_icons', 'cat' => array('ACP_MESSAGES')), - 'smilies' => array('title' => 'ACP_SMILIES', 'auth' => 'acl_a_icons', 'cat' => array('ACP_MESSAGES')), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - -?>
\ No newline at end of file |