mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-26 03:27:16 -05:00
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:
committed by
Alexandre Alapetite
parent
89427e45e5
commit
49e1a2c579
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user