Ignore:
Timestamp:
Jul 22, 2012, 11:27:43 PM (12 years ago)
Author:
Zaphod
Message:

version 2.2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/slideshow.tpl

    r14687 r16913  
    3333
    3434                {assign var='showTitle' value=false}
    35                 {if ($SHOW_PICTURE_NAME_ON_TITLE && (isset($COMMENT_IMG) || !($stripped.showDescriptionInsteadOfTitle) ))}
     35                {if isset($COMMENT_IMG) and $stripped.imageCaption == 'description'}
     36                        {assign var='showTitle' value=true}
     37                {/if}
     38                {if isset($current.TITLE) and $stripped.imageCaption == 'title'}
    3639                        {assign var='showTitle' value=true}
    3740                {/if}
Note: See TracChangeset for help on using the changeset viewer.