Added missing HTML file for center block of attachments module

This commit is contained in:
Marc Alexander
2011-04-02 19:02:24 +02:00
parent edd20076ed
commit c3c9d59267
6 changed files with 40 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ class portal_attachments_module
$template->assign_var('S_DISPLAY_ATTACHMENTS', false);
}
return 'attachments.html';
return 'attachments_center.html';
}
function get_template_side($module_id)
@@ -246,7 +246,7 @@ class portal_attachments_module
$template->assign_var('S_DISPLAY_ATTACHMENTS', false);
}
return 'attachments.html';
return 'attachments_side.html';
}
function get_template_acp($module_id)