Closed (fixed)
Project:
NineSixty (960 Grid System)
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2011 at 16:27 UTC
Updated:
10 Jan 2012 at 00:37 UTC
I need to access the php page that contains the body tag. It is not in page.tpl.php. Where is it?
Comments
Comment #1
timdavison commentedIn Drupal v7 the body tag is in html.tpl.php
If a theme doesn't have an html.tpl.php the core version is used.
You can find it in modules/system, just make a copy in your own theme directory and change as required.
Comment #2
timdavison commentedUpdated status