aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/constitution/index.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2013-02-25 17:23:55 +0000
committerFilip Komar <filip@mageia.org>2013-02-25 17:23:55 +0000
commited8a3c58d0d1038ee30e5f3c82cc2b164ca4e9e0 (patch)
tree76f54102b241ef9f4bf2ebb37c348380da1926e6 /en/about/constitution/index.php
parentf7c837b721525e8535376ad94e755e1be0a357b2 (diff)
downloadwww-ed8a3c58d0d1038ee30e5f3c82cc2b164ca4e9e0.tar
www-ed8a3c58d0d1038ee30e5f3c82cc2b164ca4e9e0.tar.gz
www-ed8a3c58d0d1038ee30e5f3c82cc2b164ca4e9e0.tar.bz2
www-ed8a3c58d0d1038ee30e5f3c82cc2b164ca4e9e0.tar.xz
www-ed8a3c58d0d1038ee30e5f3c82cc2b164ca4e9e0.zip
added Indonesian constitution by Kiki
Diffstat (limited to 'en/about/constitution/index.php')
-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 f5e32355d..889a15819 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'))) {
+ if(in_array($l, array('en', 'fr', 'sl', 'tr', 'ro', 'de', 'pt-br', 'el', 'id'))) {
echo Markdown(file_get_contents('mageia.org_statutes_' . $l . '.md'));
} else {
echo Markdown(file_get_contents('mageia.org_statutes_en.md'));