X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Ffoot.tmpl;h=7944c674cfd3dde188e62a65afb3a414580b7b9c;hb=a9572ccb0c5930c582e93d901cc4e6d76cee0d45;hp=cbabd66a1b25a1d05841300ed8f942e9e3510590;hpb=07134d873c7eed36befdb9fc06f6538ef8670f1c;p=deb%2Fpackages.git diff --git a/templates/html/foot.tmpl b/templates/html/foot.tmpl index cbabd66..7944c67 100644 --- a/templates/html/foot.tmpl +++ b/templates/html/foot.tmpl @@ -5,7 +5,7 @@ Total page evaluation took [% benchmark %]
-[% 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 %]