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

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

Location:
extensions/Slide/template
Files:
2 edited

Legend:

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

    r26858 r27566  
    4646
    4747{get_combined_scripts load='header'}
    48 <!--[if lt IE 7]>
    49 <script type="text/javascript" src="{$ROOT_URL}themes/default/js/pngfix.js"></script>
    50 <![endif]-->
     48
    5149{combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'}
    5250{combine_script id="jquery" load="footer"}
  • 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.