Hi,
To add a border, add this line:
Code: › $attrs = "border=1";
somewhere near the top.
The find this line:
Code: › $content .= $currentAlbum->getHighlightTag($scaleTo)."<br>";
And replace it with this:
Code: › $content .= $currentAlbum->getHighlightTag($scaleTo, $attrs)."<br>";
If you have a problem, I will paste the whole code.
