Parent Directory
|
Revision Log
|
Revision Graph
Small modifications
| 1 | <?php // $Id: $ |
| 2 | // |
| 3 | // Ubiquity Drupal theme box.tpl.php file |
| 4 | // |
| 5 | ?> <div class="box"> |
| 6 | <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?> |
| 7 | <div class="content"><?php print $content; ?></div> |
| 8 | </div> |
| 9 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |