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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Apr 15 18:31:16 2008 UTC (19 months, 1 week ago) by dm66
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Add to CVS
1 <?php
2 // $Id$
3 ?>
4 <div class="box">
5 <?php if ($title) { ?><h2><?php print $title; ?></h2><?php } ?>
6 <div class="content"><?php print $content; ?></div>
7 </div>
8

  ViewVC Help
Powered by ViewVC 1.1.2