piler/webui/controller/common/footer.php

19 lines
205 B
PHP
Raw Permalink Normal View History

2012-02-08 23:14:28 +01:00
<?php
class ControllerCommonFooter extends Controller {
protected function index() {
$this->id = "footer";
$this->template = "common/footer.tpl";
$this->render();
}
}
?>