summaryrefslogtreecommitdiff
path: root/modules/system/page.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/page.tpl.php')
-rw-r--r--modules/system/page.tpl.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php
index e55789a9a..18b15ee73 100644
--- a/modules/system/page.tpl.php
+++ b/modules/system/page.tpl.php
@@ -75,11 +75,11 @@
* - $tabs: Tabs linking to any sub-pages beneath the current page (e.g., the view
* and edit tabs when displaying a node).
* - $help: Dynamic help text, mostly for admin pages.
- * - $content: The main content of the current Drupal page.
+ * - $content: The main content of the current page.
* - $feed_icons: A string of all feed icons for the current page.
- * - $left: The HTML for the left sidebar.
- * - $right: The HTML for the right sidebar.
- * - $highlight: The HTML for the highlighted content region.
+ * - $left: Items for the left sidebar.
+ * - $right: Items for the right sidebar.
+ * - $highlight: Items for the highlighted content region.
*
* Footer/closing data:
* - $footer : The footer region.