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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Jul 24 21:02:16 2007 UTC (2 years, 4 months ago) by melon
Branch: MAIN
CVS Tags: DRUPAL-5--0-11, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +1 -2 lines
File MIME type: text/x-php
Small modifications
1 <?php // $Id: $
2 //
3 // Ubiquity Drupal theme box.tpl.php file
4 //
5 ?> <div class="box">
6 <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
7 <div class="content"><?php print $content; ?></div>
8 </div>
9

  ViewVC Help
Powered by ViewVC 1.1.2