diff options
| author | 2014-10-23 09:32:02 +0200 | |
|---|---|---|
| committer | 2014-10-23 09:32:02 +0200 | |
| commit | 8769931a68d0dddb134674c86a43dec75b39bf83 (patch) | |
| tree | acb6907fb5a9eddeaecbb10667ba5035ce0c0913 /app/layout | |
| parent | 8c1789ae060000638c563e05ee42eb9b5b1c4fe0 (diff) | |
Rename aside_flux in aside_feed.
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/aside_feed.phtml (renamed from app/layout/aside_flux.phtml) | 2 | ||||
| -rw-r--r-- | app/layout/nav_menu.phtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_feed.phtml index 30f362348..66b7b51af 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_feed.phtml @@ -7,7 +7,7 @@ } ?> -<div class="aside aside_flux<?php echo $class; ?>" id="aside_flux"> +<div class="aside aside_feed<?php echo $class; ?>" id="aside_feed"> <a class="toggle_aside" href="#close"><?php echo _i('close'); ?></a> <?php if (FreshRSS_Auth::hasAccess()) { ?> diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 2c9f8724d..6f555c3d0 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -2,7 +2,7 @@ <div class="nav_menu"> <?php if ($actual_view === 'normal') { ?> - <a class="btn toggle_aside" href="#aside_flux"><?php echo _i('category'); ?></a> + <a class="btn toggle_aside" href="#aside_feed"><?php echo _i('category'); ?></a> <?php } ?> <?php if (FreshRSS_Auth::hasAccess()) { ?> |
