home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / themes / pushbutton / box.tpl.php < prev    next >
Encoding:
PHP Script  |  2007-08-07  |  232 b   |  9 lines

  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>