summaryrefslogtreecommitdiff
path: root/lib/VNWeb/HTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-11-28 10:20:08 +0100
committerYorhel <git@yorhel.nl>2019-12-09 10:42:57 +0100
commitfa7b9e6a14a1597516738a75b6dfb9d326be7d48 (patch)
treeba2d1464da532660bc862fa5239e73f9610bd06c /lib/VNWeb/HTML.pm
parent6e213e9274014bebf22e2e206467df091810ea6b (diff)
Add SubscribeStar button
Diffstat (limited to 'lib/VNWeb/HTML.pm')
-rw-r--r--lib/VNWeb/HTML.pm9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/VNWeb/HTML.pm b/lib/VNWeb/HTML.pm
index 11bfd7f8..0492fc7d 100644
--- a/lib/VNWeb/HTML.pm
+++ b/lib/VNWeb/HTML.pm
@@ -181,8 +181,13 @@ sub _head_ {
sub _menu_ {
my $o = shift;
- a_ href => 'https://www.patreon.com/vndb', id => 'patreon', sub {
- img_ src => config->{url_static}.'/f/patreon.png', alt => 'Support VNDB on Patreon', width => 160, height => 38;
+ div_ id => 'support', sub {
+ a_ href => 'https://www.patreon.com/vndb', id => 'patreon', sub {
+ img_ src => config->{url_static}.'/f/patreon.png', alt => 'Support VNDB on Patreon', width => 160, height => 38;
+ };
+ a_ href => 'https://www.subscribestar.com/vndb', id => 'subscribestar', sub {
+ img_ src => config->{url_static}.'/f/subscribestar.png', alt => 'Support VNDB on SubscribeStar', width => 160, height => 38;
+ };
} if !(auth->pref('nodistract_can') && auth->pref('nodistract_noads'));
div_ class => 'menubox', sub {