diff options
Diffstat (limited to 'en/about/reports')
-rw-r--r-- | en/about/reports/2010/index.php | 2 | ||||
-rw-r--r-- | en/about/reports/index.php | 3 | ||||
-rw-r--r-- | en/about/reports/template.php | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/en/about/reports/2010/index.php b/en/about/reports/2010/index.php index 752b56b8f..33c2d31cc 100644 --- a/en/about/reports/2010/index.php +++ b/en/about/reports/2010/index.php @@ -9,6 +9,7 @@ <meta name="author" content="Mageia" /> <link rel="stylesheet" type="text/css" href="/g/style/all.css" /> <?php include '../../../../analytics.php'; ?> + <?php echo common_header(); ?> </head> <body class="about"> <h1 id="mgnavt"><a href="../">Activity Reports</a> » 2010 Financial Report</h1> @@ -60,5 +61,6 @@ </div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> diff --git a/en/about/reports/index.php b/en/about/reports/index.php index cdf5ed313..c0d6c8777 100644 --- a/en/about/reports/index.php +++ b/en/about/reports/index.php @@ -11,9 +11,8 @@ $dictionary = read_translation_file($locale, array('about/reports', 'common_foot <meta name="description" content="<?php _g('Mageia reports, every year.')?>"> <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'; ?> + <?php echo common_header(); ?> </head> <body class="about"> <?php echo $hsnav; ?> 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> |