diff options
author | Filip Komar <filip@mageia.org> | 2013-01-31 17:06:12 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-01-31 17:06:12 +0000 |
commit | fe0db6d5610a7f00d0bc306fd3b111b8cd731856 (patch) | |
tree | 97e35f151c1deec9319bb56bf8840f5a03d1a492 /en/about | |
parent | 466249d69667935b99b15d6fcd3e2be351da491e (diff) | |
download | www-fe0db6d5610a7f00d0bc306fd3b111b8cd731856.tar www-fe0db6d5610a7f00d0bc306fd3b111b8cd731856.tar.gz www-fe0db6d5610a7f00d0bc306fd3b111b8cd731856.tar.bz2 www-fe0db6d5610a7f00d0bc306fd3b111b8cd731856.tar.xz www-fe0db6d5610a7f00d0bc306fd3b111b8cd731856.zip |
return of de constitution
Diffstat (limited to 'en/about')
-rw-r--r-- | en/about/constitution/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/constitution/index.php b/en/about/constitution/index.php index 9b40c5d97..2a6ecc991 100644 --- a/en/about/constitution/index.php +++ b/en/about/constitution/index.php @@ -33,7 +33,7 @@ _lang_load($locale, "about/constitution"); <?php include G_APP_ROOT . '/lib/php-markdown/markdown.php'; $l = isset($_GET['l']) ? $_GET['l'] : $locale; - if(in_array($l, array('en', 'fr', 'sl', 'tr', 'ro', 'pt-br'))) { + if(in_array($l, array('en', 'fr', 'sl', 'tr', 'ro', 'de', 'pt-br'))) { echo Markdown(file_get_contents('mageia.org_statutes_' . $l . '.md')); } else { echo Markdown(file_get_contents('mageia.org_statutes_en.md')); |