mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-07-02 01:49:17 +00:00
too manu changes (will list by files)
.gitignore ignores some launch files changelog.md, readme.md added end file line public.php moved started the work on it router.php added require to functions & moved the function in the file set an ini value to show errors defied some constants moved the public page management to public/public.php exampleModule -> headGenerator.php started working on module management *.json reworked files function.php added this file to manages cores functions website.php the Website Object for theme & modules page.php created a test theme
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
function testModule($modulesVars, $elementVars) {
|
||||
return new DO
|
||||
}
|
5
admin/modules/default/headGenerator.php
Normal file
5
admin/modules/default/headGenerator.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
function headGenerator() {
|
||||
return "<title>Title</title>";
|
||||
}
|
Reference in New Issue
Block a user