summaryrefslogtreecommitdiff
path: root/modules/overlay/overlay.tpl.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-11 14:07:32 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-11 14:07:32 +0000
commite0adb9306466fc738004e071e3f9b063441814e2 (patch)
tree21f9fa580e81dcb6d68f7838d82eecfbbafc32ff /modules/overlay/overlay.tpl.php
parent72e44a39af7ab15e2c95474dda3ad5bea6c28340 (diff)
downloadbrdo-e0adb9306466fc738004e071e3f9b063441814e2.tar.gz
brdo-e0adb9306466fc738004e071e3f9b063441814e2.tar.bz2
- Patch #668640 David_Rothstein: follow-up on overlay.
Diffstat (limited to 'modules/overlay/overlay.tpl.php')
-rw-r--r--modules/overlay/overlay.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/overlay/overlay.tpl.php b/modules/overlay/overlay.tpl.php
index 0c25b0eb8..851285128 100644
--- a/modules/overlay/overlay.tpl.php
+++ b/modules/overlay/overlay.tpl.php
@@ -6,7 +6,7 @@
* Default theme implementation to display a page in the overlay.
*
* Available variables:
- * - $title: the (sanitized) title of the node.
+ * - $title: the (sanitized) title of the page.
* - $page: The rendered page content.
* - $tabs (array): Tabs linking to any sub-pages beneath the current page
* (e.g., the view and edit tabs when displaying a node).