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'; }