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

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

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


Revision 1.4 - (show annotations) (download) (as text)
Wed Jun 25 12:04:34 2008 UTC (17 months ago) by chrisada
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.3: +6 -3 lines
File MIME type: text/x-php
Initial commit for Drupal 6
1 <div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="block-<?php print $block_classes; ?>">
2 <?php if ($block->subject): ?>
3 <h4><?php print $block->subject ?></h4>
4 <?php endif;?>
5 <div class="content">
6 <?php print $block->content; ?>
7 </div>
8 <?php print $edit_links; ?>
9 </div>

  ViewVC Help
Powered by ViewVC 1.1.2