Parent Directory
|
Revision Log
|
Revision Graph
revision of templates and css
| 1 | <?php // $Id: box.tpl.php,v 1.1.2.1 2008/07/22 23:35:28 couzinhub Exp $ ?> |
| 2 | |
| 3 | <div class="box"> |
| 4 | <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?> |
| 5 | <div class="content"><?php print $content; ?></div> |
| 6 | </div> |
| 7 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |