mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Replace WWW_TOP with url() helper
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user