diff options
Diffstat (limited to 'en/about/reports')
-rw-r--r-- | en/about/reports/2010/index.php | 2 | ||||
-rw-r--r-- | en/about/reports/template.php | 2 |
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> » 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> » <?php echo $year; ?> Financial Report</h1> <ul> |