- Timestamp:
- Jun 5, 2009, 5:30:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver2.0/xpressme_integration_kit/wp-content/themes/xpress_default/blocks/sidebar_block_theme.php
r232 r254 5 5 $templates[] = "sidebar.php"; 6 6 $sidebar_path = locate_template($templates, false); 7 if (empty($sidebar_path)){ // ktai_style plugin is empty 8 $sidebar_path = dirname(dirname(__FILE__)) . "/sidebar.php"; 9 } 7 10 ob_start(); 8 11 require($sidebar_path);
Note: See TracChangeset
for help on using the changeset viewer.