Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Fri May 12 03:57:52 2006 UTC | revision 1.1.4.1, Mon May 28 22:02:37 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <div class="box"> | <?php |
| 2 | <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?> | // $Id$ |
| 3 | <div class="content"><?php print $content; ?></div> | ?> |
| 4 | </div> | <div class="box"> |
| 5 | <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?> | |
| 6 | <div class="content"><?php print $content; ?></div> | |
| 7 | </div> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |