From 16262e03d50a7590d4dd08070e88c76954cbbf83 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 Sep 2005 20:56:00 +0000 Subject: - Patch #28320 by Neil: improved the HTML/CSS of the user login block. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 7a60101c1..3fd8a55b8 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -319,7 +319,7 @@ function _forum_get_vid() { */ function forum_admin_configure() { system_settings_save(); - + $output .= form_textfield(t('Forum icon path'), 'forum_icon_path', variable_get('forum_icon_path', ''), 30, 255, t('The path to the forum icons. Leave blank to disable icons. Don\'t add a trailing slash. Default icons are available in the "misc" directory. You may use images of whatever size you wish, but it is recommended to use 15x15 or 16x16. ')); $number = drupal_map_assoc(array(5, 10, 15, 20, 25, 30, 35, 40, 50, 60, 80, 100, 10000)); $output .= form_select(t('Hot topic threshold'), 'forum_hot_topic', variable_get('forum_hot_topic', 15), $number, t('The number of posts a topic must have to be considered hot.')); -- cgit v1.2.3