Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443915
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443915
Commits
23c7c54b
Commit
23c7c54b
authored
12 years ago
by
Jennifer Hodgdon
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1346468
by kgoel, mallezie, rootwork: Point docs for page.tpl.php towards html.tpl.php
parent
46e383da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/system/page.tpl.php
+4
-0
4 additions, 0 deletions
modules/system/page.tpl.php
themes/bartik/templates/page.tpl.php
+2
-1
2 additions, 1 deletion
themes/bartik/templates/page.tpl.php
with
6 additions
and
1 deletion
modules/system/page.tpl.php
+
4
−
0
View file @
23c7c54b
...
...
@@ -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
*/
?>
...
...
This diff is collapsed.
Click to expand it.
themes/bartik/templates/page.tpl.php
+
2
−
1
View file @
23c7c54b
...
...
@@ -6,7 +6,7 @@
*
* The doctype, html, head and body tags are not in this template. Instead they
* can be found in the html.tpl.php template normally located in the
* modules/system
folder
.
* modules/system
directory
.
*
* Available variables:
*
...
...
@@ -82,6 +82,7 @@
* @see template_preprocess_page()
* @see template_process()
* @see bartik_process_page()
* @see html.tpl.php
*/
?>
<div
id=
"page-wrapper"
><div
id=
"page"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment