diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/_views/footer.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php index 8807160..f4395dd 100644 --- a/src/web/_views/footer.php +++ b/src/web/_views/footer.php @@ -7,10 +7,10 @@ $footer_text = ''; } ?> - <div id="ad" class="section ad-slot" role="region"> - <span class="ad-slot"> - <?=lang('adblock_notice')?> - </span> + <div class="ad-slot"> + <div id="ad" class="section" role="region"> + <span><?=lang('adblock_notice')?></span> + </div> </div> </div> </div> @@ -41,7 +41,7 @@ <?php /* hack to disable firefox cookie warning*/?> sandbox="allow-scripts" title="<?=lang('john_title')?>" - src="https://john.citrons.xyz/embed?ref=freya.cat" + src="<?=$this->get_scheme()?>://john.citrons.xyz/embed?ref=freya.cat" ></iframe> <iframe height="40" |