aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/reports/template.php
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/reports/template.php
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/reports/template.php')
-rw-r--r--en/about/reports/template.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/en/about/reports/template.php b/en/about/reports/template.php
index 1f33b56d0..6cbe0fae5 100644
--- a/en/about/reports/template.php
+++ b/en/about/reports/template.php
@@ -128,6 +128,7 @@ require '../../../../langs.php';
<meta name="author" content="Mageia.org">
<link rel="stylesheet" type="text/css" href="/g/style/all.css">
<?php include '../../../../analytics.php'; ?>
+ <?php echo common_header(); ?>
<!--Load the AJAX API-->
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
@@ -348,5 +349,6 @@ require '../../../../langs.php';
<li><a href="#expenses">Expenses</a></li>
<li><a href="#revenues">Revenues</a></li>
</nav>
+<?php echo common_footer($locale); ?>
</body>
</html>