diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-06-26 19:51:40 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-06-26 19:51:40 +0200 |
commit | 1cdbe110a942e2b70ff516a144c99b13297db1b2 (patch) | |
tree | 7ee53194a5c1d1c419dbb9c7df02bb0efa6a9fdd /en/about/reports/template.php | |
parent | 821f2cc6be2d739793a8d15b75f51180f4add05e (diff) | |
download | www-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/reports/template.php')
-rw-r--r-- | en/about/reports/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
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> » <?php echo $year; ?> Financial Report</h1> <ul> |