mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-07-29 05:09:50 +00:00
WIP
This commit is contained in:
0
admin/admin.css
Normal file
0
admin/admin.css
Normal file
0
admin/admin.js
Normal file
0
admin/admin.js
Normal file
0
admin/index.php
Normal file
0
admin/index.php
Normal file
3
admin/modules/default/exampleModule.php
Normal file
3
admin/modules/default/exampleModule.php
Normal file
@ -0,0 +1,3 @@
|
||||
function testModule($modulesVars, $elementVars) {
|
||||
return new DO
|
||||
}
|
0
admin/modules/default/module.php
Normal file
0
admin/modules/default/module.php
Normal file
4
admin/settings/admin.json
Normal file
4
admin/settings/admin.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"theme": "default",
|
||||
"modules": ["default"]
|
||||
}
|
0
admin/settings/scripts.json
Normal file
0
admin/settings/scripts.json
Normal file
0
admin/settings/styles.json
Normal file
0
admin/settings/styles.json
Normal file
6
admin/settings/templates.json
Normal file
6
admin/settings/templates.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"default": {
|
||||
"URI": "pouet/pouet.php",
|
||||
"static": true
|
||||
}
|
||||
}
|
3
admin/themes/default/templates/page.php
Normal file
3
admin/themes/default/templates/page.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
?>
|
0
admin/themes/default/theme.php
Normal file
0
admin/themes/default/theme.php
Normal file
Reference in New Issue
Block a user