Drupal Camp screenshot = screenshot.png core = 6.x engine = phptemplate stylesheets[all][] = css/style.css stylesheets[print][] = css/print.css regions[content_top] = Content top regions[header] = Header regions[left] = First sidebar regions[right] = Second sidebar regions[footer_block] = Footer regions[content_bottom] = Content bottom features[] = logo features[] = name … theme101.info Which version of Drupal the them is intended for
<?php print $header; ?> </div> </div> <?php endif; ?> … page.tpl.php Need some additional html? Throw it in there. Just be careful not to disturb the php tags until you know what you (and they) are doing.