+ hvg-blog-general theme
This commit is contained in:
@@ -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();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user