mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Basic integration of dark theme.
This commit is contained in:
4
builder
4
builder
@ -176,6 +176,7 @@ if(file_exists(OUTPUT_DIRECTORY))
|
||||
delDir(OUTPUT_DIRECTORY);
|
||||
mkdir(OUTPUT_DIRECTORY, 0777, true);
|
||||
mkdir($path_release_assets, 0777, true);
|
||||
mkdir($path_release_assets."/css", 0777, true);
|
||||
|
||||
|
||||
|
||||
@ -230,6 +231,9 @@ rcopy($path_debug_assets."img/", $path_release_assets."img/");
|
||||
rcopy($path_debug_assets."templates/", $path_release_assets."templates/");
|
||||
|
||||
|
||||
//Copy dark theme
|
||||
rcopy($path_debug_assets."css/dark_theme.css", $path_release_assets."css/dark_theme.css");
|
||||
|
||||
//Create main HTML file
|
||||
notice("Generate PHP root file");
|
||||
$page_src = '<?php
|
||||
|
Reference in New Issue
Block a user