From 6e56ef7e10963c78b998b91db233301dd066f93a Mon Sep 17 00:00:00 2001 From: Airikr Date: Thu, 25 Apr 2024 21:57:34 +0200 Subject: [PATCH] Small change --- site-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-settings.php b/site-settings.php index 8448f3f..bda4edb 100755 --- a/site-settings.php +++ b/site-settings.php @@ -18,7 +18,7 @@ $google = ['notranslate','nositelinkssearchb']; $robots = ['nofollow','nosnippet','noarchive','noimageindex']; - $dir_files = $config_root.'/files/template'; + $dir_files = $config_root.'/files/'.$config_folder; $dir_functions = 'functions'; $dir_images = 'images'; $dir_languages = 'languages';