diff options
Diffstat (limited to 'app/layout/nav_menu.phtml')
| -rw-r--r-- | app/layout/nav_menu.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 88f882db9..4d860a54c 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -1,7 +1,7 @@ <?php $actual_view = Minz_Request::actionName(); ?> <div class="nav_menu"> - <?php if ($actual_view === 'normal') { ?> + <?php if ($actual_view === 'normal' || $actual_view === 'reader' ) { ?> <a class="btn toggle_aside" href="#aside_feed"><?php echo _i('category'); ?></a> <?php } ?> |
