diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Makefile.in | 3 | ||||
-rw-r--r-- | templates/index-footer.html | 4 | ||||
-rw-r--r-- | templates/topindex-footer.html | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/templates/Makefile.in b/templates/Makefile.in index ca6c521..0ecb7c7 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -59,6 +59,7 @@ DEFAULT_CFLAGS = @DEFAULT_CFLAGS@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DL_LIBS = @DL_LIBS@ +DSYMUTIL = @DSYMUTIL@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ @@ -83,6 +84,7 @@ MAINT = @MAINT@ MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ MAKEINFO = @MAKEINFO@ +NMEDIT = @NMEDIT@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ @@ -92,6 +94,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ diff --git a/templates/index-footer.html b/templates/index-footer.html index fa9b570..339ca72 100644 --- a/templates/index-footer.html +++ b/templates/index-footer.html @@ -3,7 +3,7 @@ <BR>
<BR>
<H6 ALIGN="RIGHT">
- <I>Mirror and index made by HTTrack Website Copier [XR&CO'2002]</I>
+ <I>Mirror and index made by HTTrack Website Copier [XR&CO'2008]</I>
</H6>
%s
<!-- Thanks for using HTTrack Website Copier! -->
@@ -22,7 +22,7 @@ <table width="76%%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0">
<tr>
- <td id="footer"><small>© 2002 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></td>
+ <td id="footer"><small>© 2008 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></td>
</tr>
</table>
diff --git a/templates/topindex-footer.html b/templates/topindex-footer.html index 1128f23..8785b28 100644 --- a/templates/topindex-footer.html +++ b/templates/topindex-footer.html @@ -1,7 +1,7 @@ </TABLE>
<BR>
<H6 ALIGN="RIGHT">
- <I>Mirror and index made by HTTrack Website Copier [XR&CO'2002]</I>
+ <I>Mirror and index made by HTTrack Website Copier [XR&CO'2008]</I>
</H6>
%s
<!-- Thanks for using HTTrack Website Copier! -->
@@ -19,7 +19,7 @@ <table width="76%%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0">
<tr>
- <td id="footer"><small>© 2002 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></td>
+ <td id="footer"><small>© 2008 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></td>
</tr>
</table>
|