mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-23 11:22:11 +00:00
21 lines
364 B
PHP
21 lines
364 B
PHP
<?php
|
|
/*
|
|
|
|
if cache is active
|
|
if active is active load cache (scripts.js styles.css)
|
|
load templates.json
|
|
if template has cache for webpage and cache exist
|
|
load the file
|
|
else
|
|
launch generateWebPage()
|
|
|
|
if modules are in the page
|
|
load the modules
|
|
|
|
function generateWebPage()
|
|
load pages/page.json
|
|
load variables for theme
|
|
generate the basic web page
|
|
|
|
*/
|
|
?>
|