Example: add a lightbox to the Gallery modules detail page.
On my site I want to add a lightbox to the gallery modules detail page to change the default behaviour. Currently when the image is clicked it goes to the next image. I want to change that behaviour to show the same image in a lightbox.
The url for the item detail on my site is:
my-site.com/some-user/gallery/2/picture-of-bark
The template that controls that location is:
/modules/jrGallery/templates/item_detail.tpl
To take control of it, im going to copy it to
/skins/(MY SKIN)/jrGallery_item_detail.tpl
Then my version of the skin will be used instead of the modules version of that .tpl file.