diff options
| author | Darkelarious <darkelarious@333networks.com> | 2022-08-07 17:58:59 +0200 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2022-08-07 17:58:59 +0200 |
| commit | 1ca9cdc52f3b63c8bf5e4550bbb922608beb437f (patch) | |
| tree | 90802c7f7800c1b9d2d5d22f0e6b41b373ec39b9 /lib/MasterWebInterface/Util/Layout.pm | |
| parent | e9b4cd5fc79ca2d044eba4fed8bf62b138f44249 (diff) | |
| download | WebInterface-Perl-1ca9cdc52f3b63c8bf5e4550bbb922608beb437f.tar.gz WebInterface-Perl-1ca9cdc52f3b63c8bf5e4550bbb922608beb437f.zip | |
fixes in Json API
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", ''; |
