Changeset 559318
- Timestamp:
- 06/17/2012 07:07:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
templ33t/branches/01_02_handling_posts/templ33t_object.php
r559317 r559318 493 493 494 494 $themes = get_themes(); 495 $theme = get_theme_data(get_theme_root() . '/' . $theme . '/style.css');495 $theme_data = get_theme_data(get_theme_root() . '/' . $theme . '/style.css'); 496 496 497 497 $templates = array(); … … 515 515 516 516 if(!empty($temp) && !array_key_exists($temp, $config)) { 517 518 echo get_theme_root() . '/' . $theme . '/' . $temp.'<br/>';519 517 520 518 if(array_key_exists($temp, $orig)) {
Note: See TracChangeset
for help on using the changeset viewer.