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

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

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

revision 1.2, Tue May 6 12:50:05 2008 UTC revision 1.3, Thu Aug 21 20:06:41 2008 UTC
# Line 5  Line 5 
5     */     */
6    
7     // get the block id     // get the block id
8     $block_id = $block->module .'-'. $block->delta;     $block_id = 'block<br />module: '.$block->module .'<br />delta:'. $block->delta;
9     // show the block id     // show the block id
10     if (theme_get_setting('block_id')) {     if (theme_get_setting('block_id')) {
11        $show_block_id = '<span style="background-color: blue; color: white;">'.$block_id.'</span>';        $show_block_id = '<span style="background-color: blue; color: white;">'.$block_id.'</span>';

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

  ViewVC Help
Powered by ViewVC 1.1.2