Parent Directory
|
Revision Log
|
Revision Graph
Remove Blueprint folder and make the needed files form it readily available. Make modifications to the stock blueprintcss forms.css to be compatible with the Drupal classes for input text types. Also add calls to label what templates are being used where on the page.
| 1 | <?php |
| 2 | // $Id: box.tpl.php,v 1.1 2007/06/11 23:17:17 zarabadoo Exp $ |
| 3 | ?> |
| 4 | <?php echo "<!-- START " . basename('box.tpl') . " -->"; ?> |
| 5 | |
| 6 | <div class="box"> |
| 7 | <?php if ($title): ?> |
| 8 | <h2><?php print $title; ?></h2> |
| 9 | <?php endif; ?> |
| 10 | <div class="content"> |
| 11 | <?php print $content; ?> |
| 12 | </div> |
| 13 | </div> |
| 14 | <?php echo "<!-- END " . basename('box.tpl') . " -->"; ?> |
| 15 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |