aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_by_year.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/donations_by_year.html')
-rw-r--r--tmpl/donations_by_year.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmpl/donations_by_year.html b/tmpl/donations_by_year.html
index be41454..7d26e7c 100644
--- a/tmpl/donations_by_year.html
+++ b/tmpl/donations_by_year.html
@@ -2,9 +2,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>[% config.sitename %]: Donations for [% year %]</title>
+ [%- INCLUDE head.html -%]
[% INCLUDE head_chart.html %]
</head>
<body>
+ [%- INCLUDE body_top.html -%]
+ <h1 id='mgnavt'><a href="index.html">treasurer</a> » <a href="donations.html">donations</a> » year [% year %]</h1>
+
+ <div class="content">
<h1>Mageia.Org donations for year [% year %]</h1>
<h2>Summary</h2>
<ul>
@@ -51,5 +56,6 @@
[%- END -%]
[%- END -%]
</ul>
+ </div>
</body>
</html>