Merged small whois online block into whois online module

This commit is contained in:
Marc Alexander
2012-01-04 16:13:56 +01:00
parent 80abc153ea
commit 5e8cdd6ba3
4 changed files with 23 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class portal_whois_online_module
* right 8
* bottom 16
*/
public $columns = 21;
public $columns = 31;
/**
* Default modulename
@@ -39,7 +39,7 @@ class portal_whois_online_module
* Default module-image:
* file must be in "{T_THEME_PATH}/images/portal/"
*/
public $image_src = '';
public $image_src = 'portal_friends.png';
/**
* module-language file
@@ -104,6 +104,15 @@ class portal_whois_online_module
return 'whois_online_center.html';
}
public function get_template_side($module_id)
{
global $config, $template, $user, $auth, $db, $phpbb_root_path, $phpEx;
// No legend on the side so just return the template file
return 'whois_online_side.html';
}
public function get_template_acp($module_id)
{