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

Contents of /contributions/themes/amity_island/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 Oct 14 23:21:33 2009 UTC (6 weeks, 2 days ago) by drupalsharkcom
Branch: MAIN
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Changes since 1.2: +12 -0 lines
File MIME type: text/x-php
Minor cosmetic/IE6 updates
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
2
3 <?php if (!empty($block->subject)): ?>
4 <h2><?php print $block->subject ?></h2>
5 <?php endif;?>
6
7 <div class="content">
8 <?php print $block->content ?>
9 </div>
10
11 <?php
12 if ($block->module == 'block'):
13 if (user_access('administer blocks')) :
14 ?>
15 <div class="edit-block clear-block">
16 <a class="active" href='<?php print check_url(base_path()) ?>admin/build/block/configure/<?php print $block->module;?>/<?php print $block->delta;?>'>Edit Block</a>
17 </div>
18 <?php
19 endif;
20 endif;
21 ?>
22
23 </div>

  ViewVC Help
Powered by ViewVC 1.1.2