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 | |
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
-rwxr-xr-x | en/6/download_index.php | 6 | ||||
-rw-r--r-- | en/calendar/index.php | 6 | ||||
-rw-r--r-- | en/thank-you/index.php | 6 | ||||
-rw-r--r-- | en/timeline/index.php | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/en/6/download_index.php b/en/6/download_index.php index 849f27ac8..dbf21e3f4 100755 --- a/en/6/download_index.php +++ b/en/6/download_index.php @@ -13,7 +13,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, "cauldron"); +$dictionary = read_translation_file($locale, array('cauldron', 'common_footer')); function get_mageia($name, $version, $release) { @@ -70,6 +70,7 @@ function get_image($ttl, $src, $sty){ <meta name="robots" content="index,nofollow,nosnippet"> <link rel="canonical" href="/<?php echo $locale.'/'.$version;?>/"> <link rel="stylesheet" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <script src="/g/js/jquery-1.10.1.min.js"></script> <script src="/g/js/tooltipsy.min.js"></script> <?php include '../../analytics.php'; ?> @@ -146,7 +147,7 @@ input[type="radio"], input[type="submit"] { // _g('This is a Release Candidate. Release Candidate software is software that has graduated Beta testing, and should be a release-ready product suitable for advanced users and reviewers. However, beginning users and critical-applications users may wish to wait for the final release planned for %s.', array(_r('May 2015'))); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p> - <div id="doc4" class="yui-t7"> + <div id="doc4" class="yui-t7" style="margin-bottom: 0px;"> <div id="bd" role="main"> <div class="yui-ge bb1"> <div class="yui-u first rb1"> @@ -625,5 +626,6 @@ $('img.lazy').each(function(){ }); </script> +<?php echo common_footer($locale); ?> </body> </html> diff --git a/en/calendar/index.php b/en/calendar/index.php index 77e3691df..57752e273 100644 --- a/en/calendar/index.php +++ b/en/calendar/index.php @@ -2,7 +2,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, "calendar"); +$dictionary = read_translation_file($locale, array('calendar', 'common_footer')); /** * @@ -62,11 +62,12 @@ foreach ($calendars as $c) { <meta name="keywords" content="<?php _g('mageia, linux, calendar, events') ?>"> <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="community"> <?php echo $hsnav?> - <div id="doc" class="yui-t7"> + <div id="doc" class="yui-t7" style="margin-bottom: 0px;"> <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh"><?php _g('Calendar')?></span></h1></div> <div id="bd" role="main"> @@ -99,5 +100,6 @@ foreach ($calendars as $c) { </div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> 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> diff --git a/en/timeline/index.php b/en/timeline/index.php index 439095685..b120f07f1 100644 --- a/en/timeline/index.php +++ b/en/timeline/index.php @@ -2,7 +2,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, 'timeline'); +$dictionary = read_translation_file($locale, array('timeline', 'common_footer')); ?> <!DOCTYPE html> @@ -11,6 +11,7 @@ $dictionary = read_translation_file($locale, 'timeline'); <meta charset="utf-8"> <title><?php _g('Mageia Timeline')?></title> <link rel="stylesheet" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <style> .para {padding-top: 2em;} hr { margin-top: 2em; } @@ -30,7 +31,7 @@ $dictionary = read_translation_file($locale, 'timeline'); <body class="about"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><?php _g('Mageia Timeline')?></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"> <ul class="hl" id="tl0"> @@ -143,5 +144,6 @@ $dictionary = read_translation_file($locale, 'timeline'); </div></div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> |