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

Contents of /contributions/themes/dark/block.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Nov 10 08:29:13 2007 UTC (2 years ago) by paddy
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Initial commit of the Dark Theme. This theme was originally used by Bartelme Design, and converted to WordPress by iLEMONED.
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
2 <?php if (!empty($block->subject)) { print '<h2>' . $block->subject . '</h2>'; } ?>
3 <div class="content"><?php print $block->content ?></div>
4 </div>

  ViewVC Help
Powered by ViewVC 1.1.2