Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sun Sep 30 09:01:20 2007 UTC | revision 1.2, Sun Feb 17 16:35:36 2008 UTC | |
|---|---|---|
| # | Line 0 | Line 1 |
| 1 | <div class="box"> | |
| 2 | <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?> | |
| 3 | <div class="content"><?php print $content; ?></div> | |
| 4 | </div> | |
| 5 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |