aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/constitution
diff options
context:
space:
mode:
authorValek Saikov <xlin@mageia.org>2013-04-08 16:13:58 +0000
committerValek Saikov <xlin@mageia.org>2013-04-08 16:13:58 +0000
commit869dd911210ff09cf365fc02ddf6463b922e37dd (patch)
tree72e90ad321dbb76b9ac7ba6b1ffbb284b18e3ee2 /en/about/constitution
parentba896053b64cb119fad4a810c78c50f385c96de9 (diff)
downloadwww-869dd911210ff09cf365fc02ddf6463b922e37dd.tar
www-869dd911210ff09cf365fc02ddf6463b922e37dd.tar.gz
www-869dd911210ff09cf365fc02ddf6463b922e37dd.tar.bz2
www-869dd911210ff09cf365fc02ddf6463b922e37dd.tar.xz
www-869dd911210ff09cf365fc02ddf6463b922e37dd.zip
Added redirect for Russian version of Constitution
Diffstat (limited to 'en/about/constitution')
-rw-r--r--en/about/constitution/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/constitution/index.php b/en/about/constitution/index.php
index ae819c019..ff0ee2b20 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', 'el', 'id', 'uk'))) {
+ if(in_array($l, array('en', 'fr', 'sl', 'tr', 'ro', 'de', 'pt-br', 'el', 'id', 'uk', 'ru'))) {
echo Markdown(file_get_contents('mageia.org_statutes_' . $l . '.md'));
} else {
echo Markdown(file_get_contents('mageia.org_statutes_en.md'));