diff options
| author | 2016-08-18 18:50:17 +0200 | |
|---|---|---|
| committer | 2016-08-18 18:50:17 +0200 | |
| commit | 4271e437c1fbe1a45d43bec33994f7a8dd31732e (patch) | |
| tree | e59e75f3d69ca3cb844d535e8ea36284c6edc9e7 /app/layout | |
| parent | aef1d2a774599b46bb98238f0acdff5287b1ad8e (diff) | |
| parent | 206480e28fc3911b02895f31a5629be9d7bf92b7 (diff) | |
Merge pull request #1218 from Alkarex/mark-search-as-read
Mark search as read
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, ) ); ?> |
