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

Contents of /contributions/themes/fresh_media/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 Aug 12 20:32:34 2008 UTC (15 months, 2 weeks ago) by doncoryon
Branch: MAIN
CVS Tags: DRUPAL-6--2-1, DRUPAL-6--2-0, DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
File MIME type: text/x-php
Intial release
1 <?php
2 // $Id$
3 ?>
4 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?> unstyled-block">
5 <?php if ($block->subject): ?> <h3><?php print $block->subject ?></h3> <?php endif;?>
6 <div class="content"><?php print $block->content ?></div>
7 </div>

  ViewVC Help
Powered by ViewVC 1.1.2