diff options
Diffstat (limited to 'en/about/media/index.php')
-rw-r--r-- | en/about/media/index.php | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/en/about/media/index.php b/en/about/media/index.php index 3998a29df..c02c428f1 100644 --- a/en/about/media/index.php +++ b/en/about/media/index.php @@ -3,7 +3,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../../langs.php'; -$dictionary = read_translation_file($locale, "about/media"); +$dictionary = read_translation_file($locale, array('about/media', 'common_footer')); ?><!DOCTYPE html> <html dir="ltr" lang="<?php echo $locale ?>"> @@ -14,12 +14,13 @@ $dictionary = read_translation_file($locale, "about/media"); <meta name="keywords" content="mageia"> <meta name="author" content="Mageia"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <?php include '../../../analytics.php'; ?> </head> <body class="about"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><?php _g('Media files')?></h1> - <div id="doc" class="yui-t7"> + <div id="doc" class="yui-t7" style="margin-bottom: 0px;"> <div id="bd" role="main"> <div class="yui-g"><div class="para"> <h2><?php _g('Official Logo')?></h2> @@ -41,7 +42,7 @@ $dictionary = read_translation_file($locale, "about/media"); <td><?php echo sprintf(_r('%sPNG</a> or %sSVG</a>'), '<a href="/g/media/logo/mageia-2013-alpha.png">', '<a href="/g/media/logo/mageia-2013-alpha.svg">') ?></td> </tr> </table> - + <br> <?php _g('The font used for the logo can be downloaded <a href="%s">here</a>.',array('http://openfontlibrary.org/en/font/nicoduv'),'p' ) @@ -79,13 +80,14 @@ $dictionary = read_translation_file($locale, "about/media"); <a href="/g/media/covers/print-2.png"><img src="/g/media/covers/t-print-2.png" alt="<?php _g('Mageia 1 CD/DVD')?>" title="<?php _g('Mageia 1 CD/DVD')?>"></a> <a href="/g/media/covers/print-3.png"><img src="/g/media/covers/t-print-3.png" alt="<?php _g('Mageia 1 CD/DVD')?>" title="<?php _g('Mageia 1 CD/DVD')?>"></a></p> <p><?php _g('Licensed under CC-By-SA by Julie Guennegues.')?></p> - + <hr> - + <p><?php _g('Please consult <a href="https://wiki.mageia.org/en/Atelier_team">atelier team</a> if you have questions/concerns about using these files.')?></p> - + </div></div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> |