aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterWebInterface/Util/Layout.pm
diff options
context:
space:
mode:
authorDarkelarious <darkelarious@333networks.com>2022-08-07 17:58:59 +0200
committerDarkelarious <darkelarious@333networks.com>2022-08-07 17:58:59 +0200
commit1ca9cdc52f3b63c8bf5e4550bbb922608beb437f (patch)
tree90802c7f7800c1b9d2d5d22f0e6b41b373ec39b9 /lib/MasterWebInterface/Util/Layout.pm
parente9b4cd5fc79ca2d044eba4fed8bf62b138f44249 (diff)
downloadWebInterface-Perl-1ca9cdc52f3b63c8bf5e4550bbb922608beb437f.tar.gz
WebInterface-Perl-1ca9cdc52f3b63c8bf5e4550bbb922608beb437f.zip
fixes in Json API
Diffstat (limited to 'lib/MasterWebInterface/Util/Layout.pm')
-rwxr-xr-xlib/MasterWebInterface/Util/Layout.pm6
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", '';