Ignore:
Timestamp:
Mar 6, 2014, 12:37:01 PM (10 years ago)
Author:
Miklfe
Message:

Change theme.css
Slideshow fixed
compatibility with MyPiwiShop(futur)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Slide/template/picture_content.tpl

    r26889 r27566  
    1 <div id="imgContent">
     1<div id="imgContent" data-width="{$current.width}" data-height="{$current.height}" data-src="{$current.path}">
    22        <img src="{$current.selected_derivative->get_url()}" {$current.selected_derivative->get_size_htm()} alt="{$ALT_IMG}" id="theMainImage"  title="{if isset($COMMENT_IMG)}{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{else}{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}{/if}">
    33
Note: See TracChangeset for help on using the changeset viewer.