Added compact announcements block style

This commit is contained in:
Marc Alexander
2010-08-28 20:05:05 +00:00
parent 62e36c072d
commit 15a6408028
3 changed files with 68 additions and 1 deletions

View File

@@ -354,7 +354,14 @@ class portal_announcements_module
'S_TOPIC_ICONS' => $topic_icons,
));
return 'announcements_center.html';
if ($config['board3_announcements_style'])
{
return 'announcements_compact.html';
}
else
{
return 'announcements.html';
}
}
function get_template_side($module_id)