diff options
Diffstat (limited to 'modules/wishlist.module')
-rw-r--r-- | modules/wishlist.module | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/wishlist.module b/modules/wishlist.module index 18e4f7f80..5438c282a 100644 --- a/modules/wishlist.module +++ b/modules/wishlist.module @@ -1,6 +1,7 @@ <? -$module = array("page" => "wishlist_page"); +$module = array("page" => "wishlist_page", + "help" => "wishlist_help"); function wishlist_page() { ?> @@ -73,4 +74,8 @@ function wishlist_page() { <? } +function wishlist_help() { + print "Check the <A HREF=\"module.php?mod=wishlist\">feature wishlist</A>."; +} + ?>
\ No newline at end of file |