Changeset 18447


Ignore:
Timestamp:
Oct 2, 2012, 10:36:31 PM (11 years ago)
Author:
rvelices
Message:

rv_gmaps remove some old template tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/template/mapl.tpl

    r15839 r18447  
    4141                {foreach from=$related_tags item=tag}
    4242                <li>{strip}
    43                         <a target="_top" href="{$tag.URL}" class="tagLevel{$tag.level}{$tag.radu_class|@default}" title="{$tag.TITLE}">{$tag.name}</a>
     43                        <a target="_top" href="{$tag.URL}" class="tagLevel{$tag.level}" title="{$tag.TITLE}">{$tag.name}</a>
    4444                        <a target="_top" href="{$tag.U_MAP}" title="{$pwg->sprintf($displays_x_on_a_map, $tag.name)}"><img src="{$PLUGIN_ROOT_URL}/icons/map_s.png" alt="map"></a>
    4545                {/strip}&nbsp;</li>
Note: See TracChangeset for help on using the changeset viewer.