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

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

if get_photo_sized() is called on picture page, there is a conflict betweens variables

File size: 593 bytes
Line 
1{if !$ed_image.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 $ed_image.selected_derivative->is_cached()}src="{$ed_image.selected_derivative->get_url()}" {$ed_image.selected_derivative->get_size_htm()} {else}src="{$ROOT_URL}{$themeconf.img_dir}/ajax-loader-big.gif" data-src="{$ed_image.selected_derivative->get_url()}"{/if} alt="{$ed_image.ALT_IMG}">
Note: See TracBrowser for help on using the repository browser.