Changeset 451 for branches/XPressMU/xpressme_integration_kit/class
- Timestamp:
- Nov 20, 2009, 2:52:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/XPressMU/xpressme_integration_kit/class/check_blocks_class.php
r300 r451 218 218 $option_arr_2 = explode( '|', $block_obj->getVar('options', 'n') ); 219 219 220 $excludes_block = array( 'widget_block.php','popular_posts_block.php','recent_comments_block.php','recent_posts_content_block.php','recent_posts_list_block.php');220 $excludes_block = array(); 221 221 222 222 if (in_array($info['file'],$excludes_block)){
Note: See TracChangeset
for help on using the changeset viewer.