diff options
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 c58959527..4236a8b27 100644 --- a/app/Models/Themes.php +++ b/app/Models/Themes.php @@ -71,6 +71,7 @@ class FreshRSS_Themes extends Minz_Model { public static function alt($name) { static $alts = array( 'add' => '✚', + 'add-white' => '✚', 'all' => '☰', 'bookmark' => '★', 'bookmark-add' => '✚', |
