Parent Directory
|
Revision Log
|
Revision Graph
commit 15th sept
| 1 | <?php |
| 2 | // $Id: box.tpl.php,v 1.1.1.1.0.0 2008/09/15 18:56:12 khalemi Exp $ |
| 3 | ?> |
| 4 | <div class="box"> |
| 5 | <?php if ($title): ?><h2 class="title"><?php print $title ?></h2><?php endif; ?> |
| 6 | <div class="content"><?php print $content ?></div> |
| 7 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |