diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 09:52:42 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 09:52:42 +0200 |
commit | a5fa26a9aa722272e293eb5f0d750f76da1bdf42 (patch) | |
tree | 154744de7e2a02a1019465b01a1b8313d8bdf5d0 /en/4 | |
parent | 47d6171b94ad6ba36386869633540f2c8f2d06fe (diff) | |
download | www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.gz www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.bz2 www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.xz www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.zip |
replace custom .css with common header, basic bootstrap adaptation
Diffstat (limited to 'en/4')
-rwxr-xr-x | en/4/download_index.php | 2 | ||||
-rw-r--r-- | en/4/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index f5335621d..f0f1260d0 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -51,7 +51,7 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un <meta name="robots" content="index,nofollow,nosnippet"> <link rel="canonical" href="/<?php echo $locale.'/4';?>/"> <link rel="stylesheet" href="/g/style/all.css"> - <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> + <?php echo common_header(); ?> <?php include '../../analytics.php'; ?> </head> <body class="release downloads"> diff --git a/en/4/index.php b/en/4/index.php index 6fdd8604c..2b47bb623 100644 --- a/en/4/index.php +++ b/en/4/index.php @@ -11,7 +11,7 @@ $dictionary = read_translation_file($locale, array('4', 'common_footer')); <meta charset="utf-8"> <title><?php _g('Mageia 4')?></title> <link rel="stylesheet" href="/g/style/all.css"> - <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> + <?php echo common_header(); ?> <meta name="description" content="<?php _g('Mageia 4 is the new, solid, stable Linux distribution from the Mageia project.')?>"> <?php include '../../analytics.php'; ?> <style>.para{text-align: justify;text-align: -webkit-auto;}</style> |