Fixed global logo_macro() method to always link to Antville.org
This commit is contained in:
parent
2fc6c989f6
commit
f9838942d8
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue