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

Contents of /contributions/themes/tarski/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 Apr 26 01:55:30 2008 UTC (19 months ago) by ceejayoz
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial code import for Tarski theme.
1 <?php
2 // $Id$
3 ?>
4 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="widget">
5 <?php if (!empty($block->subject)): ?>
6 <h3><?php print $block->subject; ?></h3>
7 <?php endif; ?>
8
9 <?php print $block->content; ?>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2