summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 {