aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/about/code-of-conduct/index.php2
-rw-r--r--en/about/values/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/en/about/code-of-conduct/index.php b/en/about/code-of-conduct/index.php
index faf216140..01586aad3 100644
--- a/en/about/code-of-conduct/index.php
+++ b/en/about/code-of-conduct/index.php
@@ -1,7 +1,7 @@
<?php
define('HLANG', true);
require '../../../langs.php';
-_lang_load($locale, 'code-of-conduct');
+_lang_load($locale, 'about/code-of-conduct');
?><!DOCTYPE html>
<html dir="ltr" lang="<?php echo $locale; ?>">
diff --git a/en/about/values/index.php b/en/about/values/index.php
index b09416d8a..09cef7358 100644
--- a/en/about/values/index.php
+++ b/en/about/values/index.php
@@ -1,7 +1,7 @@
<?php
define('HLANG', true);
require '../../../langs.php';
-_lang_load($locale, 'values');
+_lang_load($locale, 'about/values');
?><!DOCTYPE html>
<html dir="ltr" lang="<?php echo $locale; ?>">