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

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

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

revision 1.1, Mon Nov 20 15:07:03 2006 UTC revision 1.2, Mon Apr 2 15:51:54 2007 UTC
# Line 0  Line 1 
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>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2