Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of igniter theme. This is a starting theme like zen or base but with a different target. Igniter are minimal CSS and XHTML for poeple whe would like a "clean" theme. For keep CSS file smal and reanding fast, comment are not present to big.
| 1 | <div class="box"> |
| 2 | |
| 3 | <?php if ($title): ?> |
| 4 | <h2><?php print $title ?></h2> |
| 5 | <?php endif; ?> |
| 6 | |
| 7 | <div class="content"><?php print $content ?></div> |
| 8 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |