Changeset 2006

Show
Ignore:
Timestamp:
04/21/08 11:33:54 (7 months ago)
Author:
takayama
Message:

Fixed BugId:79414
* Added template identifier into the context vars

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-35/php/mt.php.pre

    r1997 r2006  
    492492        $vars['page_layout'] = $page_layout; 
    493493 
     494        if (isset($data['template']['template_identifier'])) 
     495            $vars[$data['template']['template_identifier']] = 1; 
     496 
    494497        $this->configure_paths($blog['blog_site_path']); 
    495498