Fixed global logo_macro() method to always link to Antville.org

This commit is contained in:
Tobi Schäfer 2008-05-12 12:37:28 +00:00
parent 2fc6c989f6
commit f9838942d8

View file

@ -76,6 +76,7 @@ function link_macro() {
}
function logo_macro(param, name) {
param.linkto = "http://antville.org";
image_macro.call(global, param, "/" + (name || param.name || "smallchaos"));
return;
}