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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Tue Aug 12 02:50:36 2008 UTC (15 months, 2 weeks ago) by plutado
Branch: MAIN
CVS Tags: DRUPAL-6--1-5, DRUPAL-5--1-11, DRUPAL-5--1-10, DRUPAL-6--1-2, DRUPAL-5--1-12, DRUPAL-6--1-4, DRUPAL-5--1-9, DRUPAL-5--1-8, DRUPAL-6--1-1, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.2: +13 -19 lines
File MIME type: text/x-php
update to drupal six, thanks to grndlvl (http://drupal.org/user/103553)
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
2 <div class="block-header"></div>
3 <div class="block-stuff">
4 <?php if ($block->subject): ?>
5 <div class="block-subject"><h2><?php print $block->subject ?></h2></div>
6 <?php endif;?>
7 <div class="block-content">
8 <?php print $block->content ?>
9 <?php if (user_access('administer blocks')): ?>
10 <div class="edit-block">
11 <a href="<?php print base_path(); ?>admin/build/block/configure/<?php print $block->module; ?>/<?php print $block->delta; ?>">edit block</a>
12 </div>
13 <?php endif; ?>
14 </div>
15 </div>
16 <div class="block-footer"></div>
17 </div>

  ViewVC Help
Powered by ViewVC 1.1.2