torrus, RT#10574
authorivan <ivan>
Mon, 27 Dec 2010 18:13:54 +0000 (18:13 +0000)
committerivan <ivan>
Mon, 27 Dec 2010 18:13:54 +0000 (18:13 +0000)
torrus/perllib/Torrus/Renderer/Freeside.pm
torrus/templates/html-incblocks.txt

index 3cd26ea..dcdf72b 100644 (file)
@@ -35,7 +35,7 @@ sub freesideHeader {
 
 sub freesideFooter {
   my $self = shift;
-  $self->FreesideComponent('/elements/footer.html');
+  $self->freesideComponent('/elements/footer.html');
 }
 
 our $FSURL;
index f2d55f6..6108d1a 100644 (file)
@@ -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   ####### %]