should probably add rel="nofollow" to the Edit links, which lead to the owner pages
In functions around line # 1255
| Code: |
$htmlsrc .= " <a class=\"ownerLink\" ";
$htmlsrc .= "href=\"./directory/owner.html?";
|
you can just tuck your own line between them
| Code: |
$htmlsrc .= " <a class=\"ownerLink\" ";
$htmlsrc .= "rel=\"nofollow\" ";
$htmlsrc .= "href=\"./directory/owner.html?";
|
And agreed, anything you can do to set your installation of the script apart from the rest is a good thing. Sort of the whole purpose of this site, to convince people that they can use open source software and tweak to fit their needs. They just need to look under the hood.