/[drupal]/contributions/themes/hiroshigeblue/box.tpl.php
ViewVC logotype

Contents of /contributions/themes/hiroshigeblue/box.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Oct 3 11:09:28 2006 UTC (3 years, 1 month ago) by frjo
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
A bit Blumarine, stolen parts from Delicious Zen, CSS layout from A List Apart Holy Grail and rounded corners with niftycube.js. I use it as a starting point when I build new themes.
1 <div class="box">
2 <?php if ($title): ?>
3 <h2 class="title"><?php print $title ?></h2>
4 <?php endif; ?>
5 <div class="content clear-block"><?php print $content ?></div>
6 </div>

  ViewVC Help
Powered by ViewVC 1.1.2