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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Sat Jun 14 04:22:37 2008 UTC (17 months, 1 week ago) by hswong3i
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/x-php
- sync with 6.x-1.x-dev.
1 <?php
2 // $Id: box.tpl.php,v 1.2 2008/06/05 03:04:45 hswong3i Exp $
3 ?>
4 <div class="box">
5 <?php if ($title): ?><h2 class="title"><?php print $title ?></h2><?php endif; ?>
6 <div class="content"><?php print $content ?></div>
7 </div>

  ViewVC Help
Powered by ViewVC 1.1.2