Skins are to change the look and feel of the pages.
There is a skin that sets the variable "$LinkPageSelfFmt".
# changes to extended markup recipe for selflink definition:
global $LinkPageSelfFmt;
$LinkPageSelfFmt = "<a class='selflink'>\$LinkText</a>";
Somehow I don't think a skin should be setting a variable
like this.