piler/webui/controller/common/footer.php
2012-02-08 23:14:28 +01:00

19 lines
205 B
PHP

<?php
class ControllerCommonFooter extends Controller {
protected function index() {
$this->id = "footer";
$this->template = "common/footer.tpl";
$this->render();
}
}
?>