aboutsummaryrefslogtreecommitdiffstats
path: root/en/about
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-06-26 19:51:40 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2017-06-26 19:51:40 +0200
commit1cdbe110a942e2b70ff516a144c99b13297db1b2 (patch)
tree7ee53194a5c1d1c419dbb9c7df02bb0efa6a9fdd /en/about
parent821f2cc6be2d739793a8d15b75f51180f4add05e (diff)
downloadwww-1cdbe110a942e2b70ff516a144c99b13297db1b2.tar
www-1cdbe110a942e2b70ff516a144c99b13297db1b2.tar.gz
www-1cdbe110a942e2b70ff516a144c99b13297db1b2.tar.bz2
www-1cdbe110a942e2b70ff516a144c99b13297db1b2.tar.xz
www-1cdbe110a942e2b70ff516a144c99b13297db1b2.zip
Fix include of langs.php
Diffstat (limited to 'en/about')
-rw-r--r--en/about/reports/2010/index.php2
-rw-r--r--en/about/reports/template.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/en/about/reports/2010/index.php b/en/about/reports/2010/index.php
index beb055290..752b56b8f 100644
--- a/en/about/reports/2010/index.php
+++ b/en/about/reports/2010/index.php
@@ -1,3 +1,4 @@
+<?php define('ALIGNMENT', 'Center');require '../../../../langs.php'; ?>
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
@@ -10,7 +11,6 @@
<?php include '../../../../analytics.php'; ?>
</head>
<body class="about">
- <?php define('ALIGNMENT', 'Center');include '../../../../langs.php'; ?>
<h1 id="mgnavt"><a href="../">Activity Reports</a> &raquo; 2010 Financial Report</h1>
<div id="doc" class="yui-t7">
<div id="bd" role="main">
diff --git a/en/about/reports/template.php b/en/about/reports/template.php
index 31c596626..1f33b56d0 100644
--- a/en/about/reports/template.php
+++ b/en/about/reports/template.php
@@ -115,6 +115,7 @@ include 'template_lib.php';
$R = get_revenues($parsed['# Income details > ## Donations monthly summary'], $_months);
$expenses_total = array_sum($expenses_monthly_summary[0]);
+require '../../../../langs.php';
?><!DOCTYPE html>
@@ -210,7 +211,6 @@ $expenses_total = array_sum($expenses_monthly_summary[0]);
</script>
</head>
<body class="about reports">
- <?php include '../../../../langs.php'; ?>
<header id="mgnavt">
<h1><a href="../">Activity Reports</a> &raquo; <?php echo $year; ?> Financial Report</h1>
<ul>