diff options
| author | 2014-06-05 21:25:21 +0200 | |
|---|---|---|
| committer | 2014-06-05 21:25:21 +0200 | |
| commit | e70933dfeb0ae0941d1599ef1f4bea9160654e0d (patch) | |
| tree | bb1d6b0852f432a90b6ad98953033c105bdb5c51 /app/Models/Themes.php | |
| parent | 192c0a001d5c9f57955402e4298da80dff68c6bd (diff) | |
Update links to change view
- Dropdown menu is transformed into stick buttons
- 3 new icons (view-normal, view-global, view-reader)
- Link to access RSS is now next to these buttons (should we kept it
here?)
Diffstat (limited to 'app/Models/Themes.php')
| -rw-r--r-- | app/Models/Themes.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Models/Themes.php b/app/Models/Themes.php index 17b95bb9e..620149934 100644 --- a/app/Models/Themes.php +++ b/app/Models/Themes.php @@ -93,6 +93,9 @@ class FreshRSS_Themes extends Minz_Model { 'starred' => '★', 'tag' => '⚐', 'up' => '△', + 'view-normal' => '☰', + 'view-global' => '☷', + 'view-reader' => '☕', ); if (!isset($alts[$name])) { return ''; |
