diff --git a/search.php b/search.php index d33de30..4032f9e 100755 --- a/search.php +++ b/search.php @@ -142,7 +142,7 @@ function smarty_search_result($params, $content, &$smarty, &$repeat) { // assign values to template $smarty->assign('id', $id); $post = $e; - +$smarty->assign($e); + $smarty->assign($e); $repeat = true; // advance pointer to next search result element next($srchresults);