Ignore:
Timestamp:
Feb 11, 2012, 6:38:34 AM (12 years ago)
Author:
rvelices
Message:

rv_gmaps compatible with core version 2.4

File:
1 edited

Legend:

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

    r8636 r13092  
    1 {html_head}
    2 <style type="text/css">
     1{html_style}
    32.fullTagCloud {ldelim}
    43        text-align: justify;
     
    98        display: inline;white-space: nowrap;
    109}
    11 </style>
    12 {/html_head}
     10{/html_style}
    1311
    1412<div id="content" class="content" style="margin: 0;">
     
    5048{/if}
    5149
    52 {if !empty($navbar) }{include file='navigation_bar.tpl'}{/if}
     50{if !empty($navbar)}{include file='navigation_bar.tpl' assign='NAVBAR'}{$NAVBAR}{/if}
    5351
    54 {if not empty($thumbnails)}
    55 <ul class="thumbnails">
    56         {foreach from=$thumbnails item=thumbnail}
    57         <li><span class="wrap1"><span class="wrap2">
    58                         <a href="{$thumbnail.URL}" title="{$thumbnail.TN_TITLE}">
    59                                 <img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_ALT}" />
    60                         </a>
    61                         </span></span>
    62         </li>
    63         {/foreach}
     52{if !empty($THUMBNAILS)}
     53<ul class="thumbnails" id="thumbnails">
     54{$THUMBNAILS}
    6455</ul>
    6556{/if}
    6657
     58{if !empty($NAVBAR)}{$NAVBAR}{/if}
    6759</div>
Note: See TracChangeset for help on using the changeset viewer.