aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/constitution/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/about/constitution/index.php')
-rw-r--r--en/about/constitution/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/en/about/constitution/index.php b/en/about/constitution/index.php
index 41757a36c..36655d059 100644
--- a/en/about/constitution/index.php
+++ b/en/about/constitution/index.php
@@ -35,6 +35,8 @@ _lang_load($locale, "about/constitution");
$l = isset($_GET['l']) ? $_GET['l'] : $locale;
if ($l == 'fr')
echo Markdown(file_get_contents('mageia.org_statutes_fr.md'));
+ else if ($l == 'sl')
+ echo Markdown(file_get_contents('mageia.org_statutes_sl.md'));
else
echo Markdown(file_get_contents('mageia.org_statutes_en.md'));
?>