diff options
| author | 2024-06-13 16:40:54 +0200 | |
|---|---|---|
| committer | 2024-06-13 16:40:54 +0200 | |
| commit | 20f13312d15a1408365b859b14621364009990cd (patch) | |
| tree | 7519ad4014f7000e24c0c95862d5adafc2b31317 /app/Controllers/configureController.php | |
| parent | 35ee123dda654facadf82037675c21ca215d7fec (diff) | |
Reading view: action icons position (#6297)
* add configs in reading
* implementation into the reading view
* CSS
* i18n
* Credits to joshka
* Update article.phtml
* fix
* fix
* <br />
* Update app/i18n/fr/conf.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/i18n/en/conf.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* fix French
* show_articleicons => show_article_icons
* Update app/i18n/en/conf.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/i18n/en-us/conf.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/Controllers/configureController.php')
| -rw-r--r-- | app/Controllers/configureController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index 343623d75..770787021 100644 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -123,6 +123,7 @@ class FreshRSS_configure_Controller extends FreshRSS_ActionController { FreshRSS_Context::userConf()->show_tags_max = Minz_Request::paramInt('show_tags_max'); FreshRSS_Context::userConf()->show_author_date = Minz_Request::paramString('show_author_date') ?: '0'; FreshRSS_Context::userConf()->show_feed_name = Minz_Request::paramString('show_feed_name') ?: 't'; + FreshRSS_Context::userConf()->show_article_icons = Minz_Request::paramString('show_article_icons') ?: 't'; FreshRSS_Context::userConf()->hide_read_feeds = Minz_Request::paramBoolean('hide_read_feeds'); FreshRSS_Context::userConf()->onread_jump_next = Minz_Request::paramBoolean('onread_jump_next'); FreshRSS_Context::userConf()->lazyload = Minz_Request::paramBoolean('lazyload'); |
