Show
Ignore:
Timestamp:
04/02/08 19:01:50 (20 months ago)
Author:
bchoate
Message:

Set variable for template identifier to simplify default templates. BugId:69522

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/lib/MT/Template.pm

    r1658 r1725  
    261261        $ctx->var( 'page_columns', $columns ) if $columns; 
    262262    } 
     263    $ctx->var( $tmpl->identifier, 1 ) if defined $tmpl->identifier; 
    263264 
    264265    $timer->pause_partial if $timer;