/[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.3, Thu Aug 21 20:06:41 2008 UTC revision 1.4, Tue Oct 21 17:11:45 2008 UTC
# Line 13  Line 13 
13        $show_block_id = '';        $show_block_id = '';
14     }     }
15     // get the rules     // get the rules
16       $block_id = $block->module .'-'. $block->delta;
17     $block_rules = "\n".theme_get_setting('block_rules');     $block_rules = "\n".theme_get_setting('block_rules');
18     // is there a rule?     // is there a rule?
19     $pos = strpos($block_rules, $block_id);     $pos = strpos($block_rules, $block_id);

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

  ViewVC Help
Powered by ViewVC 1.1.2