- Timestamp:
- Jan 25, 2010, 12:49:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/xpress_block_render.php
r502 r506 195 195 196 196 xpress_block_css_set($mydirname); 197 if (strstr($call_url , $this_block_url) !== false ){197 if (strstr($call_url , $this_block_url) !== false && strstr($call_url , $this_block_url . 'admin/') === false){ 198 198 $block_theme_file = get_block_file_path($mydirname,$inc_theme_file_name); 199 199 require_once $block_theme_file['file_path'];
Note: See TracChangeset
for help on using the changeset viewer.