diff options
author | filip <filip.komar@gmail.com> | 2015-02-24 10:35:24 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-24 10:35:24 +0100 |
commit | 0723c390875cb343dcda42b183e866ac066324ed (patch) | |
tree | 4990cb908ccbb6808a2c0f6eaf0337a34460b69c /en | |
parent | 8b38a7df8063ce1bb8b931b503523de8027e4674 (diff) | |
download | www-0723c390875cb343dcda42b183e866ac066324ed.tar www-0723c390875cb343dcda42b183e866ac066324ed.tar.gz www-0723c390875cb343dcda42b183e866ac066324ed.tar.bz2 www-0723c390875cb343dcda42b183e866ac066324ed.tar.xz www-0723c390875cb343dcda42b183e866ac066324ed.zip |
we only need one php-markdown library
Diffstat (limited to 'en')
-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 b4ef20e13..320c502b1 100644 --- a/en/about/constitution/index.php +++ b/en/about/constitution/index.php @@ -33,7 +33,7 @@ $dictionary = read_translation_file($locale, "about/constitution"); </div> <div class="para"> <?php - include G_APP_ROOT . '/lib/php-markdown/markdown.php'; + include G_APP_ROOT . '/_nav/lib/php-markdown/markdown.php'; if(in_array($locale, array('en', 'fr', 'sl', 'tr', 'ro', 'de', 'pt-br', 'el', 'id', 'uk', 'ru', 'es', 'eu'))) { echo Markdown(file_get_contents('mageia.org_statutes_' . $locale . '.md')); } else { |