Changeset 8898 for trunk/themes


Ignore:
Timestamp:
Jan 25, 2011, 9:23:33 PM (13 years ago)
Author:
rvelices
Message:

scripts.js was not loaded on picture page with high images
admin maintenance leave a space between grouped 'non-destructive' actions and 'destructive' actions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture_content.tpl

    r8711 r8898  
    1 {if isset($high) }
     1{if isset($high)}
     2{combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'}
    23<a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
    34{/if}
    4   <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
     5        <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
    56        {if isset($COMMENT_IMG)}
    67                title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
     
    89{if isset($high) }
    910</a>
    10   <p>{'Click on the photo to see it in high definition'|@translate}</p>
     11        <p>{'Click on the photo to see it in high definition'|@translate}</p>
    1112{/if}
Note: See TracChangeset for help on using the changeset viewer.