diff options
Diffstat (limited to 'src/web/_views/footer.php')
| -rw-r--r-- | src/web/_views/footer.php | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php index 1f1ad30..8807160 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')?> @@ -49,7 +50,7 @@ title="<?=lang('bucket_title')?>" src="<?=$this->get_url('bucket?name=freya')?>" ></iframe> - </div> + </div></div> </div> <?=ie('</center>')?> </body> |