Ignore:
Timestamp:
Apr 16, 2012, 5:11:43 AM (12 years ago)
Author:
rvelices
Message:

"home url" is not always absolute with host name + html compaction - through removal of unused attributes, some white spaces ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture_content.tpl

    r13474 r14180  
    1 <img src="{$current.selected_derivative->get_url()}" {$current.selected_derivative->get_size_htm()} alt="{$ALT_IMG}" id="theMainImage" usemap="#map{$current.selected_derivative->get_type()}"
    2 {if isset($COMMENT_IMG)}
    3         title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
    4 {/if}>
     1<img src="{$current.selected_derivative->get_url()}" {$current.selected_derivative->get_size_htm()} alt="{$ALT_IMG}" id="theMainImage" usemap="#map{$current.selected_derivative->get_type()}" title="{if isset($COMMENT_IMG)}{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{else}{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}{/if}">
    52
    63{foreach from=$current.unique_derivatives item=derivative key=derivative_type}{strip}
    7 <map name="map{$derivative->get_type()}" id="map{$derivative->get_type()}">
     4<map name="map{$derivative->get_type()}">
    85{assign var='size' value=$derivative->get_size()}
    96{if isset($previous)}
Note: See TracChangeset for help on using the changeset viewer.