diff options
Diffstat (limited to 'app/layout/header.phtml')
| -rw-r--r-- | app/layout/header.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml index ad0a5e8e2..b152ed78a 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -31,6 +31,8 @@ <input type="hidden" name="user" value="<?= Minz_User::name() ?>" /> <?php } if (ctype_alnum(Minz_Request::paramString('t'))) { ?> <input type="hidden" name="t" value="<?= Minz_Request::paramString('t') ?>" /> + <?php } if (ctype_lower(Minz_Request::paramString('sort'))) { ?> + <input type="hidden" name="sort" value="<?= FreshRSS_Context::$sort ?>" /> <?php } if (ctype_upper(Minz_Request::paramString('order'))) { ?> <input type="hidden" name="order" value="<?= FreshRSS_Context::$order ?>" /> <?php } if (ctype_lower(Minz_Request::paramString('f'))) { ?> |
