source: extensions/ExtendedDescription/template/picture_content.tpl @ 16962

Last change on this file since 16962 was 16962, checked in by mistic100, 12 years ago

use a custom version of picture_content.tpl, avoiding fatal errors with Stripped

File size: 579 bytes
Line 
1{if !$current.selected_derivative->is_cached()}
2{combine_script id='jquery.ajaxmanager' path='themes/default/js/plugins/jquery.ajaxmanager.js' load='footer'}
3{combine_script id='thumbnails.loader' path='themes/default/js/thumbnails.loader.js' require='jquery.ajaxmanager' load='footer'}
4{/if}
5
6<img {if $current.selected_derivative->is_cached()}src="{$current.selected_derivative->get_url()}" {$current.selected_derivative->get_size_htm()} {else}src="{$ROOT_URL}{$themeconf.img_dir}/ajax-loader-big.gif" data-src="{$current.selected_derivative->get_url()}"{/if} alt="{$ALT_IMG}">
Note: See TracBrowser for help on using the repository browser.