Hi. I would like to use another template for file 'displayimage.php' as for the rest of the files. How can I replace the template path in 'displayimage.php', or where is the template path configured?
Thanks for your help.
Ambros Peer
Template is set in include/init.inc.php To use a different template for displayimage.php modify init.inc.php to check whether the current script is displayimage.php and if yes then set the template accordingly.