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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Feb 28 23:33:58 2009 UTC (8 months, 4 weeks ago) by jwolf
Branch: MAIN
CVS Tags: DRUPAL-6--1-4, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
File MIME type: text/x-php
initial commit of Acquia Slate theme
1 <?php
2 // $Id$
3 ?>
4 <!-- start box.tpl.php -->
5 <div class="box">
6
7 <?php if ($title): ?>
8 <h2 class="title"><?php print $title ?></h2>
9 <?php endif; ?>
10
11 <div class="content"><?php print $content ?></div>
12 </div>
13 <!-- /end box.tpl.php -->

  ViewVC Help
Powered by ViewVC 1.1.2