Merge pull request #41 from EngineGPDev/The-admin-theme-is-separated-from-the-main-one

The admin theme is separated from the main one
This commit is contained in:
Sergei Solovev 2023-03-21 20:13:50 +03:00 committed by GitHub
commit d9cf49f55d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
126 changed files with 42 additions and 1 deletions

View file

@ -11,7 +11,7 @@
DEFINE('ROOT', '../');
DEFINE('SYS', ROOT.'system/');
DEFINE('ACP', ROOT.'system/acp/');
DEFINE('TPL', ROOT.'template/acp/');
DEFINE('TPL', ROOT.'acp/template/');
DEFINE('TEMP', ROOT.'temp/');
DEFINE('FILES', ROOT.'files/');
DEFINE('DATA', SYS.'data/');

View file

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View file

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 434 KiB

Some files were not shown because too many files have changed in this diff Show more