I use the thumbnails template.
Usually after clicking a thumbnail the slideshow is called.
Now i changed line 136 in templates/thumbnails/templates.php
from
$largerURL = $templateHelper->folderURL($folderID, 'slideshow') . "&iid=$id";
to
$largerURL = $templateHelper->folderURL($folderID, 'stylish') . "&iid=$id";
This way the full image is shown using the stylish template
Question:
How can I change the previous/next links (in template_stylish.html)
< a href="" >
to stay within the stylish template and not to jump back to the thumbnail view.
All that is missing is a parameter to call the template.
That's what I have:
index.php?module=photoshare&func=showimages&fid=25&iid=876
That's what I want to have:
index.php?module=photoshare&func=showimages&fid=25&template=stylish&iid=876