diff options
author | JohnAlbin | 2013-07-29 03:32:33 (GMT) |
---|---|---|
committer | JohnAlbin | 2013-07-29 03:32:33 (GMT) |
commit | 1bef0e1a7c1be35fae9ec2b4fc253a001e35b776 (patch) | |
tree | 1c0fff77672bb0029a26820c3bc11394df7ab923 | |
parent | a8ecc4216c09d7f9966343d45c68d5f09ac8e9fe (diff) |
Move docs for panels tpl files online.
-rw-r--r-- | templates/pane-header.tpl.php | 12 | ||||
-rw-r--r-- | templates/pane-messages.tpl.php | 12 | ||||
-rw-r--r-- | templates/pane-navigation.tpl.php | 11 | ||||
-rw-r--r-- | templates/panels-pane.tpl.php | 16 |
4 files changed, 12 insertions, 39 deletions
diff --git a/templates/pane-header.tpl.php b/templates/pane-header.tpl.php index f5f6f99..408a8ca 100644 --- a/templates/pane-header.tpl.php +++ b/templates/pane-header.tpl.php @@ -1,16 +1,10 @@ <?php /** * @file - * Overridden template for Panels Everywhere's navigation pane. + * Returns the HTML for Panels Everywhere's navigation pane. * - * This utilizes the following variables thata re normally found in - * page.tpl.php: - * - $logo - * - $front_page - * - $site_name - * - $site_slogan - * - * Additional items can be added via theme_preprocess_pane_header(). + * Complete documentation for this file is available online. + * @see http://drupal.org/node/2052507 */ ?> <?php if ($logo): ?> diff --git a/templates/pane-messages.tpl.php b/templates/pane-messages.tpl.php index 695dbca..dd057fa 100644 --- a/templates/pane-messages.tpl.php +++ b/templates/pane-messages.tpl.php @@ -1,16 +1,10 @@ <?php /** * @file - * Overridden template for Panels Everywhere's messages pane. + * Returns the HTML for Panels Everywhere's messages pane. * - * This utilizes the following variables thata re normally found in - * page.tpl.php: - * - $tabs - * - $messages - * - $help - * - $action_links - * - * Additional items can be added via theme_preprocess_pane_messages(). + * Complete documentation for this file is available online. + * @see http://drupal.org/node/2052511 */ ?> diff --git a/templates/pane-navigation.tpl.php b/templates/pane-navigation.tpl.php index c673ea6..5de5fab 100644 --- a/templates/pane-navigation.tpl.php +++ b/templates/pane-navigation.tpl.php @@ -1,15 +1,10 @@ <?php /** * @file - * Overridden template for Panels Everywhere's navigation pane. + * Returns the HTML for Panels Everywhere's navigation pane. * - * This utilizes the following variables that are normally found in - * page.tpl.php: - * - $main_menu - * - $secondary_menu - * - $breadcrumb - * - * Additional items can be added via theme_preprocess_pane_messages(). + * Complete documentation for this file is available online. + * @see http://drupal.org/node/2052513 */ ?> <?php if (!empty($main_menu)): ?> diff --git a/templates/panels-pane.tpl.php b/templates/panels-pane.tpl.php index 93fd791..33abee2 100644 --- a/templates/panels-pane.tpl.php +++ b/templates/panels-pane.tpl.php @@ -1,20 +1,10 @@ <?php /** * @file - * Overridden template for a Panels pane . + * Returns the HTML for a Panels pane. * - * Variables available: - * - $pane->type: the content type inside this pane - * - $pane->subtype: The subtype, if applicable. If a view it will be the - * view name; if a node it will be the nid, etc. - * - $title: The title of the content - * - $content: The actual content - * - $links: Any links associated with the content - * - $more: An optional 'more' link (destination only) - * - $admin_links: Administrative links associated with the content - * - $feeds: Any feed icons or associated with the content - * - $display: The complete panels display object containing all kinds of - * data including the contexts and all of the other panes being displayed. + * Complete documentation for this file is available online. + * @see http://drupal.org/node/2052505 */ ?> <?php print $pane_prefix; ?> |