- Timestamp:
- Nov 20, 2009, 3:44:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
r448 r452 147 147 148 148 $block_theme_file = get_block_file_path($mydirname,$inc_theme_file_name); 149 require_once $block_theme_file ;149 require_once $block_theme_file['file_path']; 150 150 $block_render = $call_theme_function_name($options); //The block name and the called function name should be assumed to be the same name. 151 151 $xml['block'] = $block_render;
Note: See TracChangeset
for help on using the changeset viewer.