I need to access the php page that contains the body tag. It is not in page.tpl.php. Where is it?

Comments

timdavison’s picture

In 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.

timdavison’s picture

Status: Active » Fixed

Updated status

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.