diff options
author | Filip Komar <filip@mageia.org> | 2012-08-03 10:47:19 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2012-08-03 10:47:19 +0000 |
commit | 0cb9e71ad73f52614879f45312b6615714983596 (patch) | |
tree | 9e605506cbd895c6bfc2dad327711dcbefffda68 /en | |
parent | 851df4f1462cc61f68a1918ba0223a8e32c62aa4 (diff) | |
download | www-0cb9e71ad73f52614879f45312b6615714983596.tar www-0cb9e71ad73f52614879f45312b6615714983596.tar.gz www-0cb9e71ad73f52614879f45312b6615714983596.tar.bz2 www-0cb9e71ad73f52614879f45312b6615714983596.tar.xz www-0cb9e71ad73f52614879f45312b6615714983596.zip |
correction of small error from r1567 on code-of-conduct and value
Diffstat (limited to 'en')
-rw-r--r-- | en/about/code-of-conduct/index.php | 2 | ||||
-rw-r--r-- | en/about/values/index.php | 2 |
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; ?>"> |