From f94622db5dd197875a3191d07ab08fee73cb93de Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 28 Nov 2006 09:48:45 +0000 Subject: - Patch #99948 by neclimdul: added some help text. --- modules/forum/forum.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 07057f4f2..e12a5b6ca 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -23,6 +23,8 @@ function forum_help($section) { return '

'. t('Containers help you organize your forums. The job of a container is to hold, or contain, other forums that are related. For example, a container named "Food" might hold two forums named "Fruit" and "Vegetables".') .'

'; case 'admin/content/forum/add/forum': return '

'. t('A forum holds discussion topics that are related. For example, a forum named "Fruit" might contain topics titled "Apples" and "Bananas".') .'

'; + case 'admin/content/forum/settings': + return '

'. t('These settings provide the ability to fine tune the display of your forum topics.') .'

'; } } -- cgit v1.2.3