diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/_views/footer.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php index 067bb2a..a22959e 100644 --- a/src/web/_views/footer.php +++ b/src/web/_views/footer.php @@ -7,6 +7,11 @@ $footer_text = ''; } ?> + <div id="ad" class="section ad-slot" role="region"> + <span class="ad-slot"> + <?=lang('adblock_notice')?> + </span> + </div> </div> </div> <div id="footer" role="contentinfo" aria-label="footer"> @@ -23,10 +28,10 @@ <?=image('buttons/vim', 'alt_button_vim', animated: TRUE, width: '88', height: '30')?> <?=image('buttons/gnu-linux', 'alt_button_gnu_linux', width: '88', height: '30')?> <a href="https://www.eff.org/join"> - <?=image('buttons/eff', 'alt_button_eff', width: '96', height: '30')?> + <?=image('buttons/eff', 'alt_button_eff', 'title_button_eff', width: '96', height: '30')?> </a> <a href="https://citrons.xyz/a/memetic-apioform-page.html"> - <?=image('buttons/apiopage', 'alt_button_apiopage', width: '81', height: '30')?> + <?=image('buttons/apiopage', 'alt_button_apiopage', 'title_button_apiopage', width: '81', height: '30')?> </a> </div> <br> |