Removed unneeded modules

This commit is contained in:
Marc Alexander
2011-02-03 22:47:36 +00:00
parent a7ac48f337
commit 879e0c89f5
2 changed files with 0 additions and 84 deletions

View File

@@ -1,42 +0,0 @@
<?php
/**
*
* @package Board3 Portal v2
* @version $Id$
* @copyright (c) Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @package module_install
*/
class acp_portal_config_info
{
function module()
{
return array(
'filename' => 'acp_portal_config',
'title' => 'ACP_PORTAL_INFO',
'version' => '2.0.0',
'modes' => array(
'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'acl_a_portal', 'cat' => array('ACP_PORTAL')),
),
);
}
function install()
{
}
function uninstall()
{
}
}
?>

View File

@@ -1,42 +0,0 @@
<?php
/**
*
* @package Board3 Portal v2
* @version $Id$
* @copyright (c) Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @package module_install
*/
class acp_portal_links_info
{
function module()
{
return array(
'filename' => 'acp_portal_links',
'title' => 'ACP_PORTAL_LINKS',
'version' => '2.0.0',
'modes' => array(
'links' => array('title' => 'ACP_PORTAL_MANAGE_LINKS', 'auth' => 'acl_a_portal', 'cat' => array('ACP_PORTAL')),
),
);
}
function install()
{
}
function uninstall()
{
}
}
?>