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/donate | |
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/donate')
-rw-r--r-- | en/donate/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/donate/index.php b/en/donate/index.php index 014d5a056..03dba11b2 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -2,7 +2,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, 'donate'); +$dictionary = read_translation_file($locale, array('donate', 'common_footer')); ?><!DOCTYPE html> <html dir="ltr" lang="<?php echo $locale; ?>"> <head> @@ -12,6 +12,7 @@ $dictionary = read_translation_file($locale, 'donate'); <meta name="keywords" content="<?php _g('mageia, donate, donation, donors, help'); ?>"> <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"> <link rel="canonical" href="/<?php echo $locale; ?>/donate/"> <?php include '../../analytics.php'; ?> <style> @@ -25,7 +26,7 @@ $dictionary = read_translation_file($locale, 'donate'); <body class="donate"> <?php echo $hsnav; ?> <h1 id="mgnavt"><?php _g('Donate to Mageia')?></h1> - <div id="doc2" class="yui-t7"> + <div id="doc2" class="yui-t7" style="margin-bottom: 0px;"> <div class="yui-ge"> <div class="yui-u first" style="width:50%"> <div class="para"> @@ -108,5 +109,6 @@ People can choose how to distribute their donation among those: </div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> |