Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Tue Aug 22 12:43:06 2006 UTC | revision 1.2, Sun Aug 24 15:54:05 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <div class="box"> | <div class="box"> |
| 2 | <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?> | <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?> |
| 3 | <div class="content"><?php print $content; ?></div> | <div class="content"><?php print $content; ?></div> |
| 4 | </div> | </div> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |