diff options
| author | 2016-08-18 00:00:08 +0200 | |
|---|---|---|
| committer | 2016-08-18 00:00:08 +0200 | |
| commit | 32c734ef622f4ed83d212d3eb1d15d83d406bd86 (patch) | |
| tree | cde0d769670fad9820a51ffbef1090c79303be43 /app/layout | |
| parent | aef1d2a774599b46bb98238f0acdff5287b1ad8e (diff) | |
SQL mark search as read
https://github.com/FreshRSS/FreshRSS/issues/608
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/nav_menu.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 488c6fdef..23255f04f 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -75,6 +75,8 @@ 'get' => $get, 'nextGet' => FreshRSS_Context::$next_get, 'idMax' => FreshRSS_Context::$id_max, + 'search' => FreshRSS_Context::$search, + 'state' => FreshRSS_Context::$state, ) ); ?> |
