Integration von Composer

This commit is contained in:
Andreas Moik
2015-11-11 15:44:14 +01:00
parent a315ecc873
commit bb3553a7c5
716 changed files with 492 additions and 2877 deletions
+12 -6
View File
@@ -19,11 +19,17 @@
*/
//require_once('/config/vilesci.config.inc.php'); Muss vor dieser Datei eingebunden werden!
echo '<link rel="stylesheet" type="text/css" href="'.APP_ROOT.'include/js/easyui-vilesci-theme/easyui.css">';
echo '<link rel="stylesheet" type="text/css" href="'.APP_ROOT.'include/js/easyui/themes/icon.css">';
//Originaldateien des herstellers
echo '<link rel="stylesheet" type="text/css" href="'.APP_ROOT.'vendor/easyui/themes/icon.css">';
echo '<link rel="stylesheet" type="text/css" href="'.APP_ROOT.'vendor/easyui/themes/gray/easyui.css">';
echo '<script src="'.APP_ROOT.'vendor/easyui/jquery.min.js"></script>';
echo '<script src="'.APP_ROOT.'vendor/easyui/jquery.easyui.min.js"></script>';
//Anpassungen
echo '<link rel="stylesheet" type="text/css" href="'.APP_ROOT.'include/vendor_custom/easyui/easyui.css">';
echo '<link rel="stylesheet" type="text/css" href="'.APP_ROOT.'include/vendor_custom/easyui/icon.css">';
echo '<script src="'.APP_ROOT.'include/js/easyui/jquery.min.js"></script>';
echo '<script src="'.APP_ROOT.'include/js/easyui/jquery.easyui.min.js"></script>';
?>