diff options
author | Filip Komar <filip@mageia.org> | 2012-08-03 10:30:58 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2012-08-03 10:30:58 +0000 |
commit | 851df4f1462cc61f68a1918ba0223a8e32c62aa4 (patch) | |
tree | f860a4ea695501a9dd5b7c6ae637cbcaef98d6d6 /en | |
parent | 771c24ee98fac713a732b71aeaeea09bdf7783a6 (diff) | |
download | www-851df4f1462cc61f68a1918ba0223a8e32c62aa4.tar www-851df4f1462cc61f68a1918ba0223a8e32c62aa4.tar.gz www-851df4f1462cc61f68a1918ba0223a8e32c62aa4.tar.bz2 www-851df4f1462cc61f68a1918ba0223a8e32c62aa4.tar.xz www-851df4f1462cc61f68a1918ba0223a8e32c62aa4.zip |
creating subdirectories in lang and patching one error about that
Diffstat (limited to 'en')
-rw-r--r-- | en/about/code-of-conduct/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/code-of-conduct/index.php b/en/about/code-of-conduct/index.php index 4d35eabae..faf216140 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, 'code-of-conduct'); ?><!DOCTYPE html> <html dir="ltr" lang="<?php echo $locale; ?>"> |