- Timestamp:
- Mar 6, 2009, 6:25:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/xpress_block_render.php
r96 r97 130 130 $this_url = '/modules/'. $mydirname; 131 131 $call_url = $_SERVER['REQUEST_URI']; 132 if (strstr($call_url,$this_url)){133 134 132 133 xpress_block_css_set($mydirname); 134 if (strstr($call_url,$this_url)){ 135 135 $block_theme_file = get_block_file_path($mydirname,$inc_theme_file_name); 136 136 require_once $block_theme_file;
Note: See TracChangeset
for help on using the changeset viewer.