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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Feb 16 16:18:13 2009 UTC (9 months, 1 week ago) by njt1982
Branch: MAIN
CVS Tags: DRUPAL-7--1-3, HEAD
Branch point for: DRUPAL-7--1
Changes since 1.1: +2 -5 lines
File MIME type: text/x-php
Updating HEAD for 7.x compatibility
1 <?php // $Id: box.tpl.php,v 1.1.2.1 2008/09/05 15:30:24 njt1982 Exp $ ?>
2 <div class="box">
3 <?php if ($title): ?><h2 class="title"><?php print $title ?></h2><?php endif; ?>
4 <div class="content"><?php print $content ?></div>
5 </div>

  ViewVC Help
Powered by ViewVC 1.1.2