Parent Directory
|
Revision Log
|
Revision Graph
some little php variables rewriting changes in page.tpl.php
| 1 | <?php |
| 2 | // $Id: box.tpl.php,v 1.1 2008/04/20 00:00:03 robby Exp $ |
| 3 | // beginning drupal 6.x theme, created by robin / biboo.net / gazwal.com |
| 4 | ?> |
| 5 | <div class="box"> |
| 6 | <?php if ($title) { ?> |
| 7 | <h2 class="title"><?php print $title; ?></h2> |
| 8 | <?php } ?> |
| 9 | <div class="content"><?php print $content; ?></div> |
| 10 | </div> |
| 11 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |