diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-04-17 14:26:47 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-04-17 14:26:47 -0700 |
commit | 23c7c54b14ead2003f0906f7ec291781a61e82ee (patch) | |
tree | a4f6c68bae5bfd61cdf096be05550d3736bf7c9a /modules | |
parent | 46e383dad8efa3a6a5e67a727df961b8f9dba577 (diff) | |
download | brdo-23c7c54b14ead2003f0906f7ec291781a61e82ee.tar.gz brdo-23c7c54b14ead2003f0906f7ec291781a61e82ee.tar.bz2 |
Issue #1346468 by kgoel, mallezie, rootwork: Point docs for page.tpl.php towards html.tpl.php
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/page.tpl.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php index 8ffe82aa6..bd440afb2 100644 --- a/modules/system/page.tpl.php +++ b/modules/system/page.tpl.php @@ -4,6 +4,9 @@ * @file * Default theme implementation to display a single Drupal page. * + * The doctype, html, head and body tags are not in this template. Instead they + * can be found in the html.tpl.php template in this directory. + * * Available variables: * * General utility variables: @@ -64,6 +67,7 @@ * @see template_preprocess() * @see template_preprocess_page() * @see template_process() + * @see html.tpl.php */ ?> |