Plugin Directory

Changeset 559318


Ignore:
Timestamp:
06/17/2012 07:07:55 AM (14 years ago)
Author:
technosis
Message:

finish theme scanning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templ33t/branches/01_02_handling_posts/templ33t_object.php

    r559317 r559318  
    493493       
    494494        $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');
    496496       
    497497        $templates = array();
     
    515515           
    516516            if(!empty($temp) && !array_key_exists($temp, $config)) {
    517                
    518                 echo get_theme_root() . '/' . $theme . '/' . $temp.'<br/>';
    519517               
    520518                if(array_key_exists($temp, $orig)) {
Note: See TracChangeset for help on using the changeset viewer.