diff options
Diffstat (limited to 'phpBB/includes/acp/acp_styles.php')
-rw-r--r-- | phpBB/includes/acp/acp_styles.php | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php index d7fe6b4ff7..20dbabef0d 100644 --- a/phpBB/includes/acp/acp_styles.php +++ b/phpBB/includes/acp/acp_styles.php @@ -2040,33 +2040,4 @@ pagination_sep = \'{PAGINATION_SEP}\' } -/** -* @package module_install -*/ -class acp_styles_info -{ - function module() - { - return array( - 'filename' => 'acp_styles', - 'title' => 'ACP_CAT_STYLES', - 'version' => '1.0.0', - 'modes' => array( - 'style' => array('title' => 'ACP_STYLES', 'auth' => 'acl_a_styles'), - 'template' => array('title' => 'ACP_TEMPLATES', 'auth' => 'acl_a_styles'), - 'theme' => array('title' => 'ACP_THEMES', 'auth' => 'acl_a_styles'), - 'imageset' => array('title' => 'ACP_IMAGESETS', 'auth' => 'acl_a_styles'), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - ?>
\ No newline at end of file |