summaryrefslogtreecommitdiff
path: root/modules/page/page.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/page/page.module')
-rw-r--r--modules/page/page.module10
1 files changed, 1 insertions, 9 deletions
diff --git a/modules/page/page.module b/modules/page/page.module
index 5826402ac..d7bdc3a3b 100644
--- a/modules/page/page.module
+++ b/modules/page/page.module
@@ -11,7 +11,7 @@ function page_help($section = "admin/page/help") {
$output .= "<p>Site pages, unlike many other forms of Drupal content, may be made of PHP code in addition to HTML and text. All Drupal objects and functions are available to a site administrator.</p>";
$output = t($output);
break;
- case 'admin/system/modules':
+ case 'admin/system/modules#description':
$output = t("Enables the creation of a static pages that can be added to the navigation system.");
break;
@@ -20,14 +20,6 @@ function page_help($section = "admin/page/help") {
return $output;
}
-function page_system($field) {
- $output = "";
-
- if ($field == "description") {$output = page_help("admin/system/modules"); };
-
- return $output;
-}
-
function page_perm() {
return array("maintain static pages");
}