- Timestamp:
- Nov 24, 2009, 4:18:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/xpress_block_render.php
r455 r456 167 167 $blockID =get_block_id($mydirname,$func_file,$options); 168 168 169 $this_url = str_replace( $xoops_config->xoops_url , '' , get_option('home')); 169 if (function_exists('get_option')) 170 $this_url = str_replace( $xoops_config->xoops_url , '' , get_option('home')); 171 else 172 $this_url = $mydirname; 173 170 174 $call_url = $_SERVER['REQUEST_URI']; 171 175 xpress_block_css_set($mydirname);
Note: See TracChangeset
for help on using the changeset viewer.