mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
- Droped not used packages from composer.json
- Fixed packages version in composer.json - Renewed file composer.lock - Checked & Fixed imports paths - Moved /vendor/FHC-Vendor to /FHC-Vendor
This commit is contained in:
@@ -25,11 +25,11 @@ if($dr=='')
|
||||
$dr='/';
|
||||
|
||||
//Originaldateien des Herstellers
|
||||
echo '<link rel="stylesheet" type="text/css" href="'.$dr.'vendor/FHC-vendor/easyui/themes/icon.css">';
|
||||
echo '<link rel="stylesheet" type="text/css" href="'.$dr.'vendor/FHC-vendor/easyui/themes/gray/easyui.css">';
|
||||
echo '<link rel="stylesheet" type="text/css" href="'.$dr.'FHC-vendor/easyui/themes/icon.css">';
|
||||
echo '<link rel="stylesheet" type="text/css" href="'.$dr.'FHC-vendor/easyui/themes/gray/easyui.css">';
|
||||
|
||||
echo '<script src="'.$dr.'vendor/FHC-vendor/easyui/jquery.min.js"></script>';
|
||||
echo '<script src="'.$dr.'vendor/FHC-vendor/easyui/jquery.easyui.min.js"></script>';
|
||||
echo '<script src="'.$dr.'FHC-vendor/easyui/jquery.min.js"></script>';
|
||||
echo '<script src="'.$dr.'FHC-vendor/easyui/jquery.easyui.min.js"></script>';
|
||||
|
||||
|
||||
//Anpassungen
|
||||
|
||||
Reference in New Issue
Block a user