comparison themes/pushbutton/box.tpl.php @ 1:c1f4ac30525a 6.0

Drupal 6.0
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:28:28 +0100
parents
children
comparison
equal deleted inserted replaced
0:5a113a1c4740 1:c1f4ac30525a
1 <?php
2 // $Id: box.tpl.php,v 1.3 2007/08/07 08:39:36 goba Exp $
3 ?>
4 <div class="box">
5 <?php if ($title): ?>
6 <h2 class="title"><?php print $title ?></h2>
7 <?php endif; ?>
8 <div class="content"><?php print $content ?></div>
9 </div>