search did not display the title

This commit is contained in:
real_nowhereman 2009-11-25 10:06:14 +00:00
parent 9fec523bc4
commit fdd46ea7fb

View File

@ -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'; return 'default.tpl';
} }