diff options
Diffstat (limited to 'src/web/_views/footer.php')
| -rw-r--r-- | src/web/_views/footer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php index 067bb2a..e73fbf6 100644 --- a/src/web/_views/footer.php +++ b/src/web/_views/footer.php @@ -23,10 +23,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> |