From 37b78e02594e95ac059a69fe47ee62bf24ce5db5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 4 Jan 2010 03:57:19 +0000 Subject: #646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files. --- modules/system/page.tpl.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/system') diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php index da5219774..7324c7430 100644 --- a/modules/system/page.tpl.php +++ b/modules/system/page.tpl.php @@ -34,7 +34,13 @@ * - $breadcrumb: The breadcrumb trail for the current page. * * Page content (in order of occurrence in the default page.tpl.php): + * - $title_prefix (array): An array containing additional output populated by + * modules, intended to be displayed in front of the main title tag that + * appears in the template. * - $title: The page title, for use in the actual HTML content. + * - $title_suffix (array): An array containing additional output populated by + * modules, intended to be displayed after the main title tag that appears in + * the template. * - $messages: HTML for status and error messages. Should be displayed * prominently. * - $tabs (array): Tabs linking to any sub-pages beneath the current page @@ -113,7 +119,9 @@
+

+
-- cgit v1.2.3