From 1ca9cdc52f3b63c8bf5e4550bbb922608beb437f Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sun, 7 Aug 2022 17:58:59 +0200 Subject: fixes in Json API --- lib/MasterWebInterface/Util/Layout.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/MasterWebInterface/Util/Layout.pm') 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", ''; -- cgit v1.2.3