Remove footer.php and some small improvements
This commit is contained in:
@@ -16,7 +16,7 @@ if (empty($search)) {
|
||||
// parse nosearch box
|
||||
$smarty->assign("nosearch", TRUE);
|
||||
$smarty->display("search.tpl");
|
||||
include("footer.php");
|
||||
$smarty->display("footer.tpl");
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -114,5 +114,4 @@ $smarty->assign("resultcounter", $resultcounter);
|
||||
|
||||
$smarty->display("search.tpl");
|
||||
|
||||
include("footer.php");
|
||||
?>
|
||||
$smarty->display("footer.tpl");
|
||||
|
||||
Reference in New Issue
Block a user