removed skin_macro because this went into antvillelib already
This commit is contained in:
parent
b901b38a71
commit
bbecafaf05
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue