diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/Models/Themes.php | 3 | ||||
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/app/Models/Themes.php b/app/Models/Themes.php index 8a0842461..693657fae 100644 --- a/app/Models/Themes.php +++ b/app/Models/Themes.php @@ -71,13 +71,11 @@ class FreshRSS_Themes extends Minz_Model { public static function alt($name) { static $alts = array( 'add' => '✚', - 'add-white' => '✚', 'all' => '☰', 'bookmark' => '★', 'bookmark-add' => '✚', 'bookmark-tag' => '🔖', 'category' => '☷', - 'category-white' => '☷', 'close' => '❌', 'configure' => '⚙', 'down' => '▽', @@ -85,7 +83,6 @@ class FreshRSS_Themes extends Minz_Model { 'FreshRSS-logo' => '⊚', 'help' => 'ⓘ', 'icon' => '⊚', - 'import' => '⤓', 'key' => '⚿', 'label' => '🏷️', 'link' => '↗', diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 0b1680ffb..bb03bdfc6 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -19,7 +19,7 @@ <?php if (FreshRSS_Auth::hasAccess()) { ?> <div class="stick configure-feeds"> <a id="btn-subscription" class="btn btn-important" href="<?= _url('subscription', 'index') ?>"><?= _t('index.menu.subscription') ?></a> - <a id="btn-add" class="btn btn-important" href="<?= _url('subscription', 'add') ?>"><?= _i('add-white') ?></a> + <a id="btn-add" class="btn btn-important" href="<?= _url('subscription', 'add') ?>"><?= _i('add') ?></a> </div> <?php } elseif (FreshRSS_Auth::accessNeedsLogin()) { ?> <a href="<?= _url('index', 'about') ?>"><?= _t('index.menu.about') ?></a> |
