page.tpl.php - Drupal

Content
<?php print $tabs ?>
<?php print $messages ?>
<?php print $help ?>
<?php print $content; ?>

eks.
<?php print $right ?>
eller
<?php print $footer_message . $footer ?>

Til sidst indsætte lige før /body
<?php print $closure ?>

Kode (XHTML, PHP, CSS etc.): 
<?php ?> <?php print $head_title ?> <?php print $head ?> <?php print $styles ?> <?php print $scripts ?>