diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-06-20 19:49:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-06-20 19:49:14 +0000 |
commit | c2d7419f23dd2929e7178e2f09f327e08faa348b (patch) | |
tree | e16ca920886af5619bd3bc51776c428c73c7c2d4 /modules/forum/forum.module | |
parent | 4b449a7e5d6347603fa3a1ed70d0e9273db2b92b (diff) | |
download | brdo-c2d7419f23dd2929e7178e2f09f327e08faa348b.tar.gz brdo-c2d7419f23dd2929e7178e2f09f327e08faa348b.tar.bz2 |
- Patch #8681 by stefan: fixed some broken URLs and help texts.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r-- | modules/forum/forum.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 4c520aa95..d850caa58 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -13,7 +13,7 @@ function forum_help($section) { <p>When you are happy with your vocabulary, go to <a href=\"%forums\">administer » configutation » modules » forum</a> and set <strong>Forum vocabulary</strong> to the one you have just created. There will now be fora active on the site. For users to access them they must have the \"access content\" <a href=\"%permission\">permission</a> and to create a topic they must have the \"create forum topics\" <a href=\"%permission\">permission</a>. These permissions can be set in the <a href=\"%permission\">permission</a> pages.</p> <h4>Icons</h4> <p>To disable icons, set the icon path as blank in <a href=\"%forums\">administer » configutation » modules » forum</a>.</p> - <p>All files in the icon directory are assumed to be images. You may use images of whatever size you wish, but it is recommended to use 15x15 or 16x16.</p>", array("%taxonomy" => url('admin/taxonomy/add/vocabulary'), '%taxo-terms' => url('admin/taxonomy'), '%forums' => url('admin/settings/forum'), '%permission' => url('admin/user/permission'))); + <p>All files in the icon directory are assumed to be images. You may use images of whatever size you wish, but it is recommended to use 15x15 or 16x16.</p>", array("%taxonomy" => url('admin/taxonomy/add/vocabulary'), '%taxo-terms' => url('admin/taxonomy'), '%forums' => url('admin/settings/forum'), '%permission' => url('admin/user/configure/permission'))); case 'admin/modules#description': return t('Enable threaded discussions about general topics.'); case 'admin/settings/forum': |