diff options
author | filip <filip.komar@gmail.com> | 2016-11-06 20:40:46 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-11-06 20:40:46 +0100 |
commit | 7043a054ce8e0c4171bc5edf290a5fa41643126d (patch) | |
tree | e08b43ebe866e020d03eaced07486518ba21c55c | |
parent | 47f959c8fba3295cfeef65217b8428dc9fcbb5a5 (diff) | |
download | www-7043a054ce8e0c4171bc5edf290a5fa41643126d.tar www-7043a054ce8e0c4171bc5edf290a5fa41643126d.tar.gz www-7043a054ce8e0c4171bc5edf290a5fa41643126d.tar.bz2 www-7043a054ce8e0c4171bc5edf290a5fa41643126d.tar.xz www-7043a054ce8e0c4171bc5edf290a5fa41643126d.zip |
fixed error from commit 'common footer added to some more pages'
-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 f204418d3..96f0bcf7c 100644 --- a/en/about/code-of-conduct/index.php +++ b/en/about/code-of-conduct/index.php @@ -2,7 +2,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../../langs.php'; -$dictionary = read_translation_file($locale, array('documentation', 'common_footer')); +$dictionary = read_translation_file($locale, array('about/code-of-conduct', 'common_footer')); ?><!DOCTYPE html> <html dir="ltr" lang="<?php echo $locale; ?>"> |