aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterWebInterface/Util/Layout.pm
diff options
context:
space:
mode:
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", '';