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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Oct 1 03:26:19 2008 UTC (13 months, 3 weeks ago) by jwolf
Branch: MAIN
CVS Tags: DRUPAL-6--1-8, DRUPAL-6--1-9, DRUPAL-6--1-4, DRUPAL-6--1-5, DRUPAL-6--1-6, DRUPAL-6--1-7, 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 the Acquia Marina theme
1 <?php
2 // $Id$
3 ?>
4
5 <!-- start box.tpl.php -->
6 <div class="box">
7
8 <?php if ($title): ?>
9 <h2 class="title"><?php print $title ?></h2>
10 <?php endif; ?>
11
12 <div class="content"><?php print $content ?></div>
13 </div>
14 <!-- /end box.tpl.php -->

  ViewVC Help
Powered by ViewVC 1.1.2