From 1a22a87fb1b1fcb61d201de399c33c2185dc1f6e Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 20 Oct 2014 18:45:22 +0200 Subject: Use FreshRSS_Context::$conf only - Replace $this->view->conf in controllers - Replace $this->conf in views --- app/views/configure/display.phtml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'app/views/configure/display.phtml') diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 1614bd56b..69205fa93 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -10,9 +10,9 @@
@@ -24,7 +24,7 @@ conf->topline_read ? ' checked="checked"' : ''; ?> /> - conf->topline_favorite ? ' checked="checked"' : ''; ?> /> + topline_read ? ' checked="checked"' : ''; ?> /> + topline_favorite ? ' checked="checked"' : ''; ?> /> - conf->topline_date ? ' checked="checked"' : ''; ?> /> - conf->topline_link ? ' checked="checked"' : ''; ?> /> + topline_date ? ' checked="checked"' : ''; ?> /> + topline_link ? ' checked="checked"' : ''; ?> /> - conf->bottomline_read ? ' checked="checked"' : ''; ?> /> - conf->bottomline_favorite ? ' checked="checked"' : ''; ?> /> - conf->bottomline_sharing ? ' checked="checked"' : ''; ?> /> - conf->bottomline_tags ? ' checked="checked"' : ''; ?> /> - conf->bottomline_date ? ' checked="checked"' : ''; ?> /> - conf->bottomline_link ? ' checked="checked"' : ''; ?> /> + bottomline_read ? ' checked="checked"' : ''; ?> /> + bottomline_favorite ? ' checked="checked"' : ''; ?> /> + bottomline_sharing ? ' checked="checked"' : ''; ?> /> + bottomline_tags ? ' checked="checked"' : ''; ?> /> + bottomline_date ? ' checked="checked"' : ''; ?> /> + bottomline_link ? ' checked="checked"' : ''; ?> />
@@ -95,7 +95,7 @@
- +
-- cgit v1.2.3