Changeset 1726
- Timestamp:
- 04/02/08 20:01:35 (4 months ago)
- Files:
-
- branches/release-33/lib/MT/App/Search.pm (modified) (1 diff)
- branches/release-33/php/mt.php.pre (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-33/lib/MT/App/Search.pm
r1708 r1726 523 523 return $app->error($app->errstr) 524 524 unless $tmpl; 525 526 $ctx->var('system_template', '1'); 527 $ctx->var('search_results', '1'); 525 528 526 529 $tmpl->context($ctx); branches/release-33/php/mt.php.pre
r1717 r1726 704 704 $ctx->stash('PublishCharset', $this->config('PublishCharset')); 705 705 $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)); 707 707 if (isset($out)) { 708 708 header("Content-type: text/html; charset=".$charset); … … 718 718 719 719 /*** 720 * Retr eives a context and rendering object.720 * Retrieves a context and rendering object. 721 721 */ 722 722 function &context() {
