From 7043a054ce8e0c4171bc5edf290a5fa41643126d Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 6 Nov 2016 20:40:46 +0100 Subject: fixed error from commit 'common footer added to some more pages' --- en/about/code-of-conduct/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'en/about') 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')); ?> -- cgit v1.2.1