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 -1
View File
@@ -87,7 +87,7 @@ class BooksController extends BasePageController
}
foreach ($ordering as $ordertype) {
$this->smarty->assign('orderby'.$ordertype, WWW_TOP.'/books?t='.$category.$browseby_link.'&ob='.$ordertype.'&offset=0');
$this->smarty->assign('orderby'.$ordertype, url('/books?t='.$category.$browseby_link.'&ob='.$ordertype.'&offset=0'));
}
$this->smarty->assign(