Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of Deco theme, a modern Drupal 6 theme developed for the Google Summer of Code 2007.
| 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 |