aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/reports/index.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-06-28 23:25:17 +0200
committerfilip <filip.komar@gmail.com>2016-06-28 23:25:17 +0200
commit4942a149658d442ec06d68afbcbbdc42d6a4eefd (patch)
tree6f3ec8bbdbeb85a5549d58efe8c91775917cc6fa /en/about/reports/index.php
parent05db764b04c1de4d458b1687dd1174468f40fc07 (diff)
downloadwww-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.gz
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.bz2
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.xz
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.zip
common footer added to some more pages
Diffstat (limited to 'en/about/reports/index.php')
-rw-r--r--en/about/reports/index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/en/about/reports/index.php b/en/about/reports/index.php
index c3c33826d..c61cc7d7c 100644
--- a/en/about/reports/index.php
+++ b/en/about/reports/index.php
@@ -2,7 +2,7 @@
define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../../langs.php';
-$dictionary = read_translation_file($locale, 'about/reports');
+$dictionary = read_translation_file($locale, array('about/reports', 'common_footer'));
?><!DOCTYPE html>
<html dir="ltr" lang="<?php echo $locale; ?>">
<head>
@@ -12,12 +12,13 @@ $dictionary = read_translation_file($locale, 'about/reports');
<meta name="keywords" content="<?php _g('mageia, reports, activity, financial')?>">
<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="about">
<?php echo $hsnav; ?>
<h1 id="mgnavt"><?php _g('Activity Reports')?></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 values">
@@ -35,5 +36,6 @@ $dictionary = read_translation_file($locale, 'about/reports');
</div>
</div>
</div>
+<?php echo common_footer($locale); ?>
</body>
</html>