diff options
| author | 2014-06-05 22:44:42 +0200 | |
|---|---|---|
| committer | 2014-06-05 22:44:42 +0200 | |
| commit | 1dab7402bc47a7992b7f868d587fcb14c579692b (patch) | |
| tree | c23f504041a0e7ddd17670a0636eb5ac272f9494 /app/Controllers/configureController.php | |
| parent | 9d4269ddcbac7b2c4efed6e8a572cfb1c0ba8f65 (diff) | |
| parent | ce063a55770f5384b8201942853e8e1a41e60b59 (diff) | |
Merge branch '320-template' into dev
Diffstat (limited to 'app/Controllers/configureController.php')
| -rwxr-xr-x | 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 df5212041..a117e0f9c 100755 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -145,6 +145,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController { $themeId = FreshRSS_Themes::defaultTheme; } $this->view->conf->_theme($themeId); + $this->view->conf->_content_width(Minz_Request::param('content_width', 'thin')); $this->view->conf->_topline_read(Minz_Request::param('topline_read', false)); $this->view->conf->_topline_favorite(Minz_Request::param('topline_favorite', false)); $this->view->conf->_topline_date(Minz_Request::param('topline_date', false)); |
