mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
added the webui to the tarball
This commit is contained in:
18
webui/controller/common/footer.php
Normal file
18
webui/controller/common/footer.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
|
||||
class ControllerCommonFooter extends Controller {
|
||||
|
||||
protected function index() {
|
||||
|
||||
$this->id = "footer";
|
||||
$this->template = "common/footer.tpl";
|
||||
|
||||
|
||||
$this->render();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user