mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Assign group to smarty in admin/category_regexes-list.php
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2016-04-20 DariusIII
|
||||
* Upd: Assign group to smarty in admin/category_regexes-list.php
|
||||
* Upd: Update composer, adjust paths to bootstrap.
|
||||
2016-04-19 DariusIII
|
||||
* Upd: Use local jquery-migrate, html5shiv and respond javascript in themes
|
||||
|
||||
@@ -15,6 +15,7 @@ $regex = $regexes->getRegex($group, ITEMS_PER_PAGE, $offset);
|
||||
$count = $regexes->getCount($group);
|
||||
|
||||
$page->smarty->assign([
|
||||
'group' => $group,
|
||||
'pagertotalitems' => $count,
|
||||
'pageroffset' => $offset,
|
||||
'pageritemsperpage' => ITEMS_PER_PAGE,
|
||||
|
||||
Reference in New Issue
Block a user