aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/policies
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-07-05 09:52:42 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2017-07-05 09:52:42 +0200
commita5fa26a9aa722272e293eb5f0d750f76da1bdf42 (patch)
tree154744de7e2a02a1019465b01a1b8313d8bdf5d0 /en/about/policies
parent47d6171b94ad6ba36386869633540f2c8f2d06fe (diff)
downloadwww-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/about/policies')
-rw-r--r--en/about/policies/privacy/index.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/en/about/policies/privacy/index.php b/en/about/policies/privacy/index.php
index 8d23f04cd..21e66f8cc 100644
--- a/en/about/policies/privacy/index.php
+++ b/en/about/policies/privacy/index.php
@@ -11,17 +11,16 @@ $dictionary = read_translation_file($locale, array('about/policies/privacy', 'co
<meta charset="utf-8">
<title><?php _g('Privacy policy')?></title>
<meta name="description" content="<?php _g('Privacy policy')?>">
- <link rel="stylesheet" href="/g/style/all.css" type="text/css">
- <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css">
<?php include '../../../../analytics.php'; ?>
+ <?php echo common_header(); ?>
</head>
<body class="about">
<?php echo $hsnav; ?>
<h1 id="mgnavt"><?php _g('Policies')?></h1>
- <div id="doc" class="yui-t7" style="margin-bottom: 0px;">
+ <div id="doc" class="yui-t7">
<div id="bd" role="main">
<div class="yui-g">
- <div class="para donate" style="padding-top: 2em;">
+ <div class="para donate">
<?php
_g('Privacy policy', null, 'h2');