mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 05:11:59 +01:00
added layout-audit-removal.php
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
8358dc6ef1
commit
816f004bf1
29
webui/controller/common/layout-audit-removal.php
Normal file
29
webui/controller/common/layout-audit-removal.php
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
class ControllerCommonLayoutAuditRemoval extends Controller {
|
||||||
|
|
||||||
|
protected function index() {
|
||||||
|
|
||||||
|
|
||||||
|
$this->data['title'] = $this->document->title;
|
||||||
|
|
||||||
|
$this->template = "common/layout-audit-removal.tpl";
|
||||||
|
|
||||||
|
$this->data['search_args'] = '';
|
||||||
|
|
||||||
|
$this->data['open_saved_search_box'] = 0;
|
||||||
|
|
||||||
|
|
||||||
|
$this->children = array(
|
||||||
|
"common/menu",
|
||||||
|
"search/folder",
|
||||||
|
"search/popup",
|
||||||
|
"common/footer"
|
||||||
|
);
|
||||||
|
|
||||||
|
$this->render();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
@ -27,6 +27,3 @@ class ControllerCommonLayoutAudit extends Controller {
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user