I'm guessing it's not possible, but please correct me if I'm wrong after trying to figure it out myself:
Is is possible to check within a tpl file if a certain file used in that tpl files even exists? An example from Bulletproof's plugin_calendar.tpl:
Code: Select all
<a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_back.png" width="12" height="12" /></a>YL