Replace WWW_TOP with url() helper

This commit is contained in:
DariusIII
2019-12-08 19:21:23 +01:00
parent 325b1b71d2
commit 5886fe162c
10 changed files with 17 additions and 16 deletions
+1 -2
View File
@@ -61,8 +61,7 @@ class SearchController extends BasePageController
foreach ($releases->getBrowseOrdering() as $orderType) {
$this->smarty->assign(
'orderby'.$orderType,
WWW_TOP.'/search?id='.htmlentities($searchString['searchname'], ENT_QUOTES | ENT_HTML5).'&t='.implode(',', $categoryID).'&ob='.$orderType
);
url('/search?id='.htmlentities($searchString['searchname'], ENT_QUOTES | ENT_HTML5).'&t='.implode(',', $categoryID).'&ob='.$orderType));
}
$tags = [];