diff options
author | filip <filip.komar@gmail.com> | 2016-06-28 23:25:17 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-06-28 23:25:17 +0200 |
commit | 4942a149658d442ec06d68afbcbbdc42d6a4eefd (patch) | |
tree | 6f3ec8bbdbeb85a5549d58efe8c91775917cc6fa /en/about/media | |
parent | 05db764b04c1de4d458b1687dd1174468f40fc07 (diff) | |
download | www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.gz www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.bz2 www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.xz www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.zip |
common footer added to some more pages
Diffstat (limited to 'en/about/media')
-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> |