diff options
Diffstat (limited to '')
-rw-r--r-- | BSF/template/yoga/slideshow.tpl | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/BSF/template/yoga/slideshow.tpl b/BSF/template/yoga/slideshow.tpl deleted file mode 100644 index 1bbc0029f..000000000 --- a/BSF/template/yoga/slideshow.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{* $Id$ *} -<div id="imageHeaderBar"> - <div class="browsePath"> - {if isset($U_SLIDESHOW_STOP) } - [ <a href="{$U_SLIDESHOW_STOP}">{'slideshow_stop'|@translate}</a> ] - {/if} - </div> - <div class="imageNumber">{$PHOTO}</div> - {if $SHOW_PICTURE_NAME_ON_TITLE } - <h2 class="showtitle">{$current.TITLE}</h2> - {/if} -</div> - -<div id="imageToolBar"> - {include file=$FILE_PICTURE_NAV_BUTTONS} -</div> - -<div id="theImage"> - {$ELEMENT_CONTENT} - {if isset($COMMENT_IMG)} - <p class="showlegend">{$COMMENT_IMG}</p> - {/if} -</div> |