+ hvg-blog-general theme

This commit is contained in:
felegy
2022-06-08 21:34:12 +02:00
parent 74c7fd73ce
commit 039d95726c
15 changed files with 333 additions and 13 deletions

View File

@@ -127,6 +127,13 @@ if (file_exists($env_config)) {
require_once $env_config;
}
$hvgblog_config = __DIR__ . '/hvgblog.php';
if (file_exists($hvgblog_config)) {
require_once $hvgblog_config;
}
Config::apply();
/**