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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Jan 27 23:10:25 2008 UTC (21 months, 4 weeks ago) by m3avrck
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
almost finished theme now, considered beta quality, release early Feb
1 <div class="box">
2
3 <?php if ($title): ?>
4 <h3><?php print $title ?></h3>
5 <?php endif; ?>
6
7 <div class="content"><?php print $content ?></div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2