Added feature to open external event links in a new window

Fixed latest bots block
Fixed missing whois_online legend
This commit is contained in:
Marc Alexander
2011-04-25 17:54:21 +02:00
parent 5efe1d6b7c
commit 166465b8c2
12 changed files with 50 additions and 14 deletions

View File

@@ -807,7 +807,7 @@ class acp_portal
if (preg_match('/^portal_.+\.' . $phpEx . '$/', $file))
{
$class = str_replace(".$phpEx", '', $file) . '_module';
if(in_array(str_replace(array('portal_', '_module'), '', $class), $installed_modules))
if(in_array(str_replace(array('portal_', '_module'), '', $class), $installed_modules) && $class != 'portal_custom_module')
{
continue;
}