Parent Directory | Revision Log | Patch
revision 9510 by softime, Fri Apr 10 16:44:23 2020 UTC | revision 9511 by softime, Fri Sep 4 16:34:05 2020 UTC | |
---|---|---|
# | Line 4445 class utils extends application { | Line 4445 class utils extends application { |
4445 | */ | */ |
4446 | function displayHTMLFooter() { | function displayHTMLFooter() { |
4447 | parent::displayHTMLFooter(); | parent::displayHTMLFooter(); |
4448 | if (in_array($this->flag, array("nohtml", "login", "logout", "anonym")) !== true) { | if (in_array($this->flag, array("login_and_nohtml", "nohtml", "login", "logout", "anonym")) !== true) { |
4449 | $this->ad_blocker_detector(); | $this->ad_blocker_detector(); |
4450 | } | } |
4451 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |