removed skin_macro because this went into antvillelib already

This commit is contained in:
Tobi Schäfer 2004-01-02 23:01:54 +00:00
parent b901b38a71
commit bbecafaf05

View file

@ -1,15 +1,3 @@
/**
* macro rendering a skin
* valid parameters: - prefix
* - suffix
* - name of skin
*/
function skin_macro(param) {
if (!param.name)
return;
this.renderSkin(param.name);
}
/** /**
* macro creates an html link * macro creates an html link
*/ */