diff options
Diffstat (limited to 'lib/MasterWebInterface/Util/Layout.pm')
| -rwxr-xr-x | lib/MasterWebInterface/Util/Layout.pm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/MasterWebInterface/Util/Layout.pm b/lib/MasterWebInterface/Util/Layout.pm index 33a7a8f..d9f5516 100755 --- a/lib/MasterWebInterface/Util/Layout.pm +++ b/lib/MasterWebInterface/Util/Layout.pm @@ -107,15 +107,13 @@ sub htmlHeader ################################################################################ sub htmlFooter { - my ($self, %o) = @_; + my $self = shift; br style => "clear:both"; div id => 'footer'; txt "$self->{site_name} | Powered by "; - a href => "http://333networks.com", "333networks"; - txt " | "; - txt $o{last_edited} || "2021"; + a href => "https://333networks.com", "333networks"; end; end 'div'; # body script type => 'text/javascript', src => "/masterscript.js", ''; |
