Ignore:
Timestamp:
Mar 14, 2012, 2:37:30 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.4

compatibility with piwigo 2.2:

  • update template, language strings + misc things
  • use rating and core.scripts from default theme
  • cleanup useless javascript stuff
  • use new combined_css feature - thanks to P@t
  • replace known_script with combine_script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/template/picture_content.tpl

    r13546 r13551  
    1 {if isset($high) }
     1{if isset($high)}
    22<a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
    33{/if}
    4   <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
     4        <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
    55        {if isset($COMMENT_IMG)}
    66                title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
     
    88{if isset($high) }
    99</a>
    10   <p>{'Click on the picture to see it in high definition'|@translate}</p>
     10        <p>{'Click on the photo to see it in high definition'|@translate}</p>
    1111{/if}
Note: See TracChangeset for help on using the changeset viewer.