aboutsummaryrefslogtreecommitdiffstats
path: root/en/legal
diff options
context:
space:
mode:
Diffstat (limited to 'en/legal')
-rw-r--r--en/legal/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/en/legal/index.php b/en/legal/index.php
index 2f098a707..810b49948 100644
--- a/en/legal/index.php
+++ b/en/legal/index.php
@@ -16,8 +16,8 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<meta name="description" content="<?php _e('page_desc')?>">
<meta name="keywords" content="<?php _e('page_kw')?>">
<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="about legal">
<?php echo $hsnav; ?>
@@ -29,5 +29,6 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
</div></div>
</div>
</div>
+<?php echo common_footer($locale); ?>
</body>
</html>