X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Ffoot.tmpl;h=d5287c2de38fd44acccb103bc48c43b62ce59054;hb=748ceddd9cfe7f65f7e349321488be52c11f1e22;hp=580e280f6cae5523673e1d989dee6070e33737f6;hpb=0b5667823629cdb055a2fe44fd16a9ff2ddae306;p=deb%2Fpackages.git diff --git a/templates/html/foot.tmpl b/templates/html/foot.tmpl index 580e280..d5287c2 100644 --- a/templates/html/foot.tmpl +++ b/templates/html/foot.tmpl @@ -36,9 +36,10 @@ Total page evaluation took [% benchmark %]
[% g('Learn more about this site') %].

[% END %] -[% IF sponsor.name %] +[% IF sponsors.size %]

-[% g('Hosting provided by %s.', sponsor.url, sponsor.name) %] +[% USE Math; random = Math.int(Math.rand(sponsors.size)); + g('This service is sponsored by %s.', sponsors.${random}.url, sponsors.${random}.name) -%]

[% END %]