diff options
author | Filip Komar <filip@mageia.org> | 2013-02-12 22:06:26 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-02-12 22:06:26 +0000 |
commit | 307ac1e2d31587ab3769efd297e53d1c8fce6a9f (patch) | |
tree | cf35aa9d82e898ce1f6985729730ac3b2babadc2 /en/about/constitution/index.php | |
parent | 81781a5d500662613588a4dc34ec174cc7a15631 (diff) | |
download | www-307ac1e2d31587ab3769efd297e53d1c8fce6a9f.tar www-307ac1e2d31587ab3769efd297e53d1c8fce6a9f.tar.gz www-307ac1e2d31587ab3769efd297e53d1c8fce6a9f.tar.bz2 www-307ac1e2d31587ab3769efd297e53d1c8fce6a9f.tar.xz www-307ac1e2d31587ab3769efd297e53d1c8fce6a9f.zip |
added Greek constitution
Diffstat (limited to 'en/about/constitution/index.php')
-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 2a6ecc991..f5e32355d 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', 'de', 'pt-br'))) { + if(in_array($l, array('en', 'fr', 'sl', 'tr', 'ro', 'de', 'pt-br', 'el'))) { echo Markdown(file_get_contents('mageia.org_statutes_' . $l . '.md')); } else { echo Markdown(file_get_contents('mageia.org_statutes_en.md')); |