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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Apr 2 15:51:54 2007 UTC (2 years, 7 months ago) by psicomante
Branch: MAIN
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +10 -0 lines
File MIME type: text/x-php
Initial Commit for Drupal 5.x
1 <div class="<?php print "block block-$block->module" ?>" id="<?php print "block-$block->module-$block->delta"; ?>">
2 <h2><?php print $block->subject ?></h2>
3 <div class="content"><?php print $block->content ?>
4 <?php if ($block->module == "block"):?>
5 <?php if (user_access('administer blocks')) :?>
6 <br /><center><a href='/admin/block/edit/<?php print $block->delta;?>'>[edit]</a></center>
7 <?php endif; ?>
8 <?php endif; ?>
9 </div>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2