diff options
Diffstat (limited to 'modules/overlay/overlay.tpl.php')
-rw-r--r-- | modules/overlay/overlay.tpl.php | 2 |
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). |