From fdd46ea7fba900214b6f1d2b5c7d2ede9c9bc0ea Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Wed, 25 Nov 2009 10:06:14 +0000 Subject: [PATCH] search did not display the title --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.php b/search.php index 5e50c55..f4bfba1 100755 --- a/search.php +++ b/search.php @@ -62,7 +62,7 @@ if (!defined('MOD_INDEX')) { } } - $smarty->assign(array('title'=>$title, 'content'=>$content)); + $smarty->assign(array('subject'=>$title, 'content'=>$content)); return 'default.tpl'; }