Parent Directory
|
Revision Log
|
Revision Graph
|
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); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |