diff options
author | filip <filip.komar@gmail.com> | 2016-06-29 22:37:53 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-06-29 22:37:53 +0200 |
commit | cefb9d2942463da47b7f79717b00b541b587aa3e (patch) | |
tree | 68692cf20ff5e3b319e07619f02f08c6e61ba0ba /en/thank-you/index.php | |
parent | e72022d08f9f24af3da88af2864ab9e1b86f7f05 (diff) | |
download | www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.gz www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.bz2 www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.xz www-cefb9d2942463da47b7f79717b00b541b587aa3e.zip |
common footer added to even more pages
Diffstat (limited to 'en/thank-you/index.php')
-rw-r--r-- | en/thank-you/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php index 25e9fa224..53ebcc3ea 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -2,7 +2,7 @@ define('HLANG', true); require '../../langs.php'; -$dictionary = read_translation_file($locale, "thank-you"); +$dictionary = read_translation_file($locale, array('thank-you', 'common_footer')); include '../../donators.inc.php'; @@ -16,6 +16,7 @@ include '../../donators.inc.php'; <meta name="keywords" content="<?php _g('mageia, donate, donation, thanks, partners, help, mirrors, hosting'); ?>"> <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'; ?> <script src="//static.mageia.org/g/js/jquery-1.10.1.min.js"></script> <script src="//static.mageia.org/g/js/treasurer.js"></script> @@ -31,7 +32,7 @@ include '../../donators.inc.php'; </ul> </header> <article> - <section class="para" style="width: 70%; text-align: left; float: left;"> + <section class="para" style="width: 70%; text-align: left; float: left; padding-bottom: 0px;"> <p><?php echo sprintf(_r('The following amazing people %sdonated money%s to Mageia.Org:'), '<a href="../donate/">', '</a>'); @@ -67,5 +68,6 @@ include '../../donators.inc.php'; <p><?php _g('Thanks a lot to all the people we met, discussed with about this project and its potential implications: you know who you are!')?></p> </section> </article> +<?php echo common_footer($locale); ?> </body> </html> |