/[drupal]/contributions/themes/hunchbaque/box.tpl.php
ViewVC logotype

Contents of /contributions/themes/hunchbaque/box.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Wed Nov 28 22:36:44 2007 UTC (2 years ago) by zarabadoo
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.1: +3 -1 lines
File MIME type: text/x-php
Remove Blueprint folder and make the needed files form it readily available. Make modifications to the stock blueprintcss forms.css to be compatible with the Drupal classes for input text types.

Also add calls to label what templates are being used where on the page.
1 <?php
2 // $Id: box.tpl.php,v 1.1 2007/06/11 23:17:17 zarabadoo Exp $
3 ?>
4 <?php echo "<!-- START " . basename('box.tpl') . " -->"; ?>
5
6 <div class="box">
7 <?php if ($title): ?>
8 <h2><?php print $title; ?></h2>
9 <?php endif; ?>
10 <div class="content">
11 <?php print $content; ?>
12 </div>
13 </div>
14 <?php echo "<!-- END " . basename('box.tpl') . " -->"; ?>
15

  ViewVC Help
Powered by ViewVC 1.1.2