From 14a732c31e409a87f895c04de4b6ba56ca0cd6e6 Mon Sep 17 00:00:00 2001 From: Avior Date: Sun, 10 Feb 2019 23:53:00 +0000 Subject: [PATCH] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 61ce182..049238e 100644 --- a/readme.md +++ b/readme.md @@ -43,6 +43,8 @@ see [changelog.md](./changelog.md) - options.list (options for modules & themes to be used site-wide) - templates.list (store the template used on the website with a link to there .php file) - themes/ (when a new theme is loaded regenerate scripts.js & styles.css, an option will allow the use of direct files) + - default/ (a default theme will be here) + - theme.php - themeName/ - theme.php (only launched on theme load, to generate cache files & admin options files) - public.php (launched everytime on website when page is launched (admins sections are excluded) @@ -53,6 +55,8 @@ see [changelog.md](./changelog.md) - css/ - js/ - modules/ + - default/ (a default module will be here) + - module.php - moduleName/ - module.php - public.php (same as theme)