From 4a28077f468f0a688cd70f3b43e5ffc242bcb49a Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 1 Jun 2002 21:57:29 +0000 Subject: - adding descriptions to modules (thanks Joe + Scott). - fixed comment flat list view missing 1 comment. - changed update.php around a bit. * security check isn't in effect if the db hasn't been updated. * instructions re-organized. * fixed some minor updates. - updated database.mysql done by UnConeD. - changelog update. --- modules/page/page.module | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/page/page.module') diff --git a/modules/page/page.module b/modules/page/page.module index 3f59513d3..fa53d8bb0 100644 --- a/modules/page/page.module +++ b/modules/page/page.module @@ -7,6 +7,11 @@ function page_help() { return $output; } +function page_system($field){ + $system["description"] = t("Enables the creation of persistent site pages that can be added to the navigation system."); + return $system[$field]; +} + function page_node($field) { $info["name"] = t("site page"); $info["description"] = t("If you just want to add a page with a link in the menu to your site, this would be the best choice. Unlike a story, a site page by-passes the submission queue."); -- cgit v1.2.3