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

Contents of /contributions/themes/hiroshigeblue/block.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
2 <!-- start block -->
3 <div id="block-<?php print "$block->module-$block->delta" ?>" class="block block-<?php print $block->module ?>">
4 <?php if ($block->subject): ?>
5 <h2><?php print $block->subject ?></h2>
6 <?php endif; ?>
7 <div class="content clear-block"><?php print $block->content ?></div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2