Removed unneeded code from portal_calendar module

This commit is contained in:
Marc Alexander
2011-03-08 20:35:47 +01:00
parent d1e2780222
commit c550e3289e

View File

@@ -53,17 +53,6 @@ class portal_calendar_module
*/
var $custom_acp_tpl = 'acp_portal_calendar';
function get_template_center($module_id)
{
global $config, $template;
$template->assign_vars(array(
'EXAMPLE' => $config['portal_' . $module_id . '_configname'],
));
return 'modulename_center.html';
}
function get_template_side($module_id)
{
global $config, $template, $user, $phpbb_root_path, $phpEx;