mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:07:03 +02:00
major rewrite of the web interface
This commit is contained in:
@ -7,7 +7,7 @@ class ControllerHealthHealth extends Controller {
|
||||
|
||||
$this->id = "content";
|
||||
$this->template = "health/health.tpl";
|
||||
$this->layout = "common/layout-health";
|
||||
$this->layout = "common/layout";
|
||||
|
||||
$this->load->model('health/health');
|
||||
|
||||
|
Reference in New Issue
Block a user