views/scripts: remove unified scripts

This commit is contained in:
Thomas Gelf 2017-01-08 23:09:01 +01:00
parent ab070fc5ab
commit 26d41a445d
7 changed files with 3 additions and 8 deletions

View file

@ -367,6 +367,8 @@ class ProcessController extends Controller
)
)
);
$this->setViewScript('process/source');
}
/**

View file

@ -1,2 +0,0 @@
<?= $this->controls->render() ?>
<?= $this->content->render() ?>

View file

@ -1,2 +0,0 @@
<?= $this->controls->render() ?>
<?= $this->content->render() ?>

View file

@ -1,2 +0,0 @@
<?= $this->controls->render() ?>
<?= $this->content->render() ?>

View file

@ -1,2 +0,0 @@
<?= $this->controls->render() ?>
<?= $this->content->render() ?>

View file

@ -53,6 +53,7 @@ class Controller extends ModuleController
= (bool) $this->_helper->layout()->showFullscreen;
$this->view->compact = $this->params->get('view') === 'compact';
$this->setViewScript('default');
}
/**