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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Mar 20 15:26:17 2006 UTC (3 years, 8 months ago) by rkerr
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6, DRUPAL-4-7
File MIME type: text/x-php
First commit of Mollio theme for drupal.
1 <?php /* $Id$ */ ?>
2 <div class="box">
3 <?php if ($title): ?>
4 <h2><?php print $title; ?></h2>
5 <?php endif; ?>
6 <?php print $content; ?>
7 </div>

  ViewVC Help
Powered by ViewVC 1.1.2