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

Contents of /contributions/themes/coolweb/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 Dec 2 14:06:26 2008 UTC (11 months, 3 weeks ago) by neerjasoftwares
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
*** empty log message ***
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) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
6 <div class="content"><?php print $content; ?></div>
7 </div>
8

  ViewVC Help
Powered by ViewVC 1.1.2