aboutsummaryrefslogtreecommitdiffstats
path: root/en/about
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2015-03-19 18:04:04 +0100
committerfilip <filip.komar@gmail.com>2015-03-19 18:04:04 +0100
commit5dce6caa129c7b49b1b3b401c123eae5b793bef3 (patch)
treea0cac3d9073d41d95483ea52b28492169b853f6d /en/about
parent520e6e2d4ebd32d3ad09d04088a5870329aed342 (diff)
downloadwww-5dce6caa129c7b49b1b3b401c123eae5b793bef3.tar
www-5dce6caa129c7b49b1b3b401c123eae5b793bef3.tar.gz
www-5dce6caa129c7b49b1b3b401c123eae5b793bef3.tar.bz2
www-5dce6caa129c7b49b1b3b401c123eae5b793bef3.tar.xz
www-5dce6caa129c7b49b1b3b401c123eae5b793bef3.zip
fix for bug 15469
Diffstat (limited to 'en/about')
-rw-r--r--en/about/index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/en/about/index.php b/en/about/index.php
index 427247d6f..d38f0f901 100644
--- a/en/about/index.php
+++ b/en/about/index.php
@@ -75,6 +75,14 @@ $dictionary = read_translation_file($locale, "about");
?></ul>
<hr>
+ <h3 ><?php _g('Mageia license')?></h3>
+ <?php _g('Our contributions are based on <a href=%s>our license</a>.', array('"./license/"')); ?>
+
+ <hr>
+ <h3 ><?php _g('Code of conduct')?></h3>
+ <?php _g('In our community we use <a href=%s>Code of conduct</a>.', array('"./code-of-conduct/"')); ?>
+
+ <hr>
<?php _g('Media &amp; artwork',null,'h3')?>
<ul><?php
_g('<a href="%s">Logo, CD covers files, media files</a>.', array('../about/media/'), 'li');