incluso jquery datatables
refactoring classi media per interfacciamento col dao creata classe htmlhelper per utility html
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/*
|
||||
Author: Riccardo Di Dato
|
||||
Creation Date: 14/gen/2016
|
||||
*/
|
||||
|
||||
class HTMLHelper {
|
||||
|
||||
public static function generateAdminHead() {
|
||||
echo '<div class="admin_head"><img alt="" src="'.GUIHandler::getImagesUrl()."header.png".'"></div>';
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user