* @param $forumtype - optional
*/
function forum_print_mode_form($id, $mode, $forumtype='') {
- GLOBAL $FORUM_LAYOUT_MODES;
+ $FORUM_LAYOUT_MODES = array ( FORUM_MODE_FLATOLDEST => get_string('modeflatoldestfirst', 'forum'),
+ FORUM_MODE_FLATNEWEST => get_string('modeflatnewestfirst', 'forum'),
+ FORUM_MODE_THREADED => get_string('modethreaded', 'forum'),
+ FORUM_MODE_NESTED => get_string('modenested', 'forum') );
echo "<div align=\"center\">";
if ($forumtype == 'single') {