summaryrefslogtreecommitdiff
path: root/torrus
diff options
context:
space:
mode:
authorivan <ivan>2010-12-27 18:13:54 +0000
committerivan <ivan>2010-12-27 18:13:54 +0000
commit5395d671e88efe39c51849ef9c26f74f3019a394 (patch)
treeec36a2ddb5b102a3a5249242e51d6c5cfd181c7c /torrus
parenta5180dc0be33158f59166f795de33316dc16b3f8 (diff)
torrus, RT#10574
Diffstat (limited to 'torrus')
-rw-r--r--torrus/perllib/Torrus/Renderer/Freeside.pm2
-rw-r--r--torrus/templates/html-incblocks.txt8
2 files changed, 3 insertions, 7 deletions
diff --git a/torrus/perllib/Torrus/Renderer/Freeside.pm b/torrus/perllib/Torrus/Renderer/Freeside.pm
index 3cd26ea..dcdf72b 100644
--- a/torrus/perllib/Torrus/Renderer/Freeside.pm
+++ b/torrus/perllib/Torrus/Renderer/Freeside.pm
@@ -35,7 +35,7 @@ sub freesideHeader {
sub freesideFooter {
my $self = shift;
- $self->FreesideComponent('/elements/footer.html');
+ $self->freesideComponent('/elements/footer.html');
}
our $FSURL;
diff --git a/torrus/templates/html-incblocks.txt b/torrus/templates/html-incblocks.txt
index f2d55f6..6108d1a 100644
--- a/torrus/templates/html-incblocks.txt
+++ b/torrus/templates/html-incblocks.txt
@@ -1,5 +1,5 @@
[%#
- $Id: html-incblocks.txt,v 1.2 2010-12-27 08:40:19 ivan Exp $
+ $Id: html-incblocks.txt,v 1.3 2010-12-27 18:11:56 ivan Exp $
All BLOCK statements are defined here
%]
@@ -194,11 +194,7 @@ window.open('[%url(token) _ '&view=helptext-html'%]','helpwindow',
[% BLOCK htmlend %]
[% IF ! global.contentFinished %]</DIV><!-- Content -->[% END %]
-<DIV CLASS="Footer">
- Powered by <A HREF="http://torrus.org">Torrus</A> [% version %]
-</DIV>
-</BODY>
-</HTML>
+[% freesideFooter %]
[% END %]
[%# ######## Print the RRD graph image ####### %]