Ignore:
Timestamp:
May 21, 2011, 3:19:26 PM (13 years ago)
Author:
nikrou
Message:

Update to make plugin compatible with piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/template/ak_thumbnails.tpl

    r10863 r10975  
    1 {known_script id="jquery" src=$ROOT_URL|cat:"themes/default/js/jquery.packed.js"}
    2 {html_head}
    3 <link rel="stylesheet" type="text/css" href="{$AK_PLUGIN_CSS}/style.css">
    4 <script type="text/javascript">
     1{combine_css path="$AK_PLUGIN_CSS/style.css"}
     2{combine_script id="ak_jquery_load" require="jquery" path="$AK_PLUGIN_JS/ak_jquery-load.js"}
     3
     4{footer_script require="ak_jquery_load"}
    55var dir_thumbnail = '{$AK_DIR_THUMBNAIL}';
    66var prefix_thumbnail = '{$AK_PREFIX_THUMBNAIL}';
    77var ak_mouse_event = '{$AK_MOUSE_EVENT}';
    8 </script>
    9 <script type="text/javascript" src="{$AK_PLUGIN_JS}/ak_jquery-load.js"></script>
    10 {/html_head}
     8{/footer_script}
    119
    1210{assign var=temp value=$TITLE|@strripos:'<a href='}
Note: See TracChangeset for help on using the changeset viewer.