Allow to change the view layout (#2467)

The `_useLayout` function is marked as deprecated, replaced by a more
powerful `_layout` function.
This commit is contained in:
Marien Fressinaud
2019-08-02 11:40:57 +02:00
committed by Alexandre Alapetite
parent 89427e45e5
commit 49e1a2c579
9 changed files with 39 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
class FreshRSS_javascript_Controller extends Minz_ActionController {
public function firstAction() {
$this->view->_useLayout(false);
$this->view->_layout(false);
}
public function actualizeAction() {