Changeset 16833 for extensions/stripped


Ignore:
Timestamp:
Jul 18, 2012, 9:24:50 PM (12 years ago)
Author:
Zaphod
Message:

version 2.2.4

Location:
extensions/stripped
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/readme.txt

    r16602 r16833  
    3131Changelog
    3232---------
     33
     34*** version 2.2.4
     35
     36- bugfix for comments
     37- several new languages & language updates
    3338
    3439*** version 2.2.3
  • extensions/stripped/template/comment_list.tpl

    r12960 r16833  
    33        {foreach from=$comments item=comment name=comment_loop}
    44                <li class="comment">
    5                         {if isset($comment.TN_SRC)}
     5                        {if isset($comment.src_image)}
    66                                <div class="illustration">
    7                                         <a href="{$comment.U_PICTURE}"><img src="{$comment.TN_SRC}" alt="{$comment.ALT}" /></a>
     7                                        <a href="{$comment.U_PICTURE}">
     8                                                <img src="{$pwg->derivative_url($derivative_params, $comment.src_image)}" alt="{$comment.ALT}">
     9                                        </a>
    810                                </div>
    911                        {/if}
Note: See TracChangeset for help on using the changeset viewer.