diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 10:56:03 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 10:56:03 +0200 |
commit | 4d698ae14ddd4801897cf2ccf4e929deee81a944 (patch) | |
tree | caa8203c41c1519c7ba96cca40a726097ec8afb7 /en/downloads/1 | |
parent | 29731943ca2d537e35e6fea00fe5d96bf223c345 (diff) | |
download | www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.gz www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.bz2 www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.xz www-4d698ae14ddd4801897cf2ccf4e929deee81a944.zip |
more page to adapt for bootstrap
+replace custom .css with common header
+clean of inline style
Diffstat (limited to 'en/downloads/1')
-rw-r--r-- | en/downloads/1/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/en/downloads/1/index.php b/en/downloads/1/index.php index 72f34fbb5..ab96c175b 100644 --- a/en/downloads/1/index.php +++ b/en/downloads/1/index.php @@ -22,6 +22,7 @@ require './lib.php'; <meta name="author" content="Mageia"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <?php include '../../../analytics.php'; ?> + <?php echo common_header(); ?> </head> <body class="release downloads"> <?php echo $hsnav; ?> @@ -38,5 +39,6 @@ require './lib.php'; </div></div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> |