Changeset 16913 for extensions/stripped


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

version 2.2.5

Location:
extensions/stripped
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/readme.txt

    r16833 r16913  
    3131Changelog
    3232---------
     33
     34*** version 2.2.5
     35
     36- several bug corrections
    3337
    3438*** version 2.2.4
  • 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.