diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/_views/footer.php | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php index 1f1ad30..70b1b13 100644 --- a/src/web/_views/footer.php +++ b/src/web/_views/footer.php @@ -7,14 +7,15 @@ $footer_text = ''; } ?> - <div id="ad" class="section ad-slot" role="region"> - <span class="ad-slot"> - <?=lang('adblock_notice')?> - </span> - </div> + <div id="ad" class="section ad-slot" role="region"> + <span class="ad-slot"> + <?=lang('adblock_notice')?> + </span> </div> </div> - <div id="footer" role="contentinfo" aria-label="footer"> + </div> + <div id="footer" role="contentinfo" aria-label="footer"> + <div class="container"><div class="section"> <?=lang('license')?> <br> <?=lang('copyright')?> <?=lang('first_name')?> <?=lang('last_name')?> <?=date('Y')?> @@ -40,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" @@ -49,7 +50,7 @@ title="<?=lang('bucket_title')?>" src="<?=$this->get_url('bucket?name=freya')?>" ></iframe> - </div> + </div></div> </div> <?=ie('</center>')?> </body> |