4th release

This commit is contained in:
Paolo
2017-04-28 17:17:31 +02:00
parent 0fd34807ca
commit a6a6592db0
4 changed files with 32 additions and 12 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
<?php $this->load->view("templates/header", array("title" => "UDF")); ?>
<body>
<div>
UDFWidget:
</div>
<div>
<?php
@@ -19,7 +15,7 @@
);
?>
</div>
</body>
<?php $this->load->view("templates/footer"); ?>