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

Set template identifier variable and system_template for dynamic error and search result templates. BugId:69530

Files:
1 modified

Legend:

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

    r1708 r1726  
    523523    return $app->error($app->errstr) 
    524524        unless $tmpl; 
     525 
     526    $ctx->var('system_template', '1'); 
     527    $ctx->var('search_results', '1'); 
    525528 
    526529    $tmpl->context($ctx);