Ignore:
Timestamp:
Sep 27, 2019, 1:37:34 PM (5 years ago)
Author:
plg
Message:

compliance with recommendation for Piwigo 2.10

Location:
extensions/stripped/template
Files:
2 edited

Legend:

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

    r18640 r32017  
    6060                        {if isset($comments)}
    6161                                <div id="comments">
     62                                {if isset($COMMENT_LIST)}
     63                                        {$COMMENT_LIST}
     64                                {else}
    6265                                        {include file='comment_list.tpl'}
     66                                {/if}
    6367                                </div>
    6468                        {/if}
  • extensions/stripped/template/picture.tpl

    r31390 r32017  
    406406                                                {if isset($comments)}
    407407                                                        <div id="commentList">
    408                                                                 {include file='comment_list.tpl'}
     408                                                                {if isset($COMMENT_LIST)}
     409                                                                        {$COMMENT_LIST}
     410                                                                {else}
     411                                                                    {include file='comment_list.tpl'}
     412                                                                {/if}
    409413                                                        </div>
    410414                                                {/if}
Note: See TracChangeset for help on using the changeset viewer.