diff options
| author | 2014-04-12 22:46:35 -0400 | |
|---|---|---|
| committer | 2014-04-12 22:46:35 -0400 | |
| commit | d25afa9def1b02b7989b12c861e33da5c90ccba1 (patch) | |
| tree | a177138491c57e3372eb3d0ef580633edfccd861 /app/Models/Themes.php | |
| parent | e251247efb36488c95d57ed40f9ab9dc938e0bcd (diff) | |
Extract RSS feed from menu
The RSS action has now its own button. I also reorganized the button display order to be more natural.
I did not find an appropriate Unicode replacement for the Rss icon.
Diffstat (limited to 'app/Models/Themes.php')
| -rw-r--r-- | app/Models/Themes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Themes.php b/app/Models/Themes.php index ed746b7e9..898595016 100644 --- a/app/Models/Themes.php +++ b/app/Models/Themes.php @@ -85,6 +85,7 @@ class FreshRSS_Themes extends Minz_Model { 'non-starred' => '☆', 'prev' => '⏪', 'read' => '☑', + 'rss' => '0', 'unread' => '☐', 'refresh' => '🔃', //↻ 'search' => '🔍', |
