diff --git a/libs/functions.php b/libs/functions.php index ed5d26d..c088c3f 100644 --- a/libs/functions.php +++ b/libs/functions.php @@ -1,6 +1,6 @@ false, 'template' => 'default' ); + // Load User Config $config_file = (($config_file === '') ? 'docs/config.json' : $config_file); if (substr($config_file, 0, 1) !== '/') $config_file = $base . '/' . $config_file;