Mercurial > bins
comparison templates.swigs/footer.html @ 0:a84c32f131df 1.1.29
Import vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Wed, 15 Oct 2008 23:28:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a84c32f131df |
---|---|
1 | |
2 <!-- $Id: footer.html,v 1.3 2002/05/25 01:52:50 jerome Exp $ --> | |
3 | |
4 <!-- | |
5 You can put here any HTML code you want. It will be used as a footer | |
6 in all the HTML pages. | |
7 --> | |
8 | |
9 <center> | |
10 <p> | |
11 <font size="1" color="<TMPL_VAR NAME=PAGE_TITLECOLOR>"> | |
12 <!-- TMPL_VAR NAME=STRING_ALBUMGENERATEDBY --> | |
13 <a href="http://bins.sautret.org"> | |
14 <font color="<TMPL_VAR NAME=PAGE_TITLECOLOR>"> | |
15 BINS</font></a> | |
16 <!-- TMPL_VAR NAME=BINS_VERSION --> | |
17 <!-- TMPL_VAR NAME=GENERATED_DATE -->. | |
18 | |
19 </font> | |
20 </p> | |
21 </center> | |
22 |