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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Wed Jul 2 15:54:38 2008 UTC (16 months, 3 weeks ago) by avioso
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +0 -0 lines
File MIME type: text/x-php
Adding Drupal 6 dev Area
1 <div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="block <?php print $block_classes; ?>"><div class="block-inner">
2
3 <?php if ($block->subject): ?>
4 <h2 class="title"><?php print $block->subject; ?></h2>
5 <?php endif; ?>
6
7 <div class="content">
8 <?php print $block->content; ?>
9 </div>
10
11 <?php print $edit_links; ?>
12
13 </div></div> <!-- /block-inner, /block -->

  ViewVC Help
Powered by ViewVC 1.1.2