I just needed to display a table of thumbnails below the actual picture, what I did was:
1. added $render->assign('items', $items); in pnuser.php:view()
2. looped through items in pntemplates/msalbum/standard/albums.html, simplified:
Code
<!--[section loop=$items name=curr]-->
<img src="mediashare/<!--[$items[curr].thumbnailRef]-->" />
<!--[/section]-->
Hope it helps.
Jonas
Template courtesy of Designs By Darren.