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/php/mt.php.pre

    r1717 r1726  
    704704            $ctx->stash('PublishCharset', $this->config('PublishCharset')); 
    705705            $charset = $this->config('PublishCharset'); 
    706             $out = $ctx->tag('Include', array('type' => 'dynamic_error')); 
     706            $out = $ctx->tag('Include', array('type' => 'dynamic_error', 'dynamic_error' => 1, 'system_template' => 1)); 
    707707            if (isset($out)) { 
    708708                header("Content-type: text/html; charset=".$charset); 
     
    718718 
    719719    /*** 
    720      * Retreives a context and rendering object. 
     720     * Retrieves a context and rendering object. 
    721721     */ 
    722722    function &context() {