Ignore:
Timestamp:
Jun 29, 2009, 5:00:34 PM (15 years ago)
Author:
flop25
Message:

refresh all the tpl with current yoga tpl.

maj avec le yoga de pwg 2.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floPure/menubar_links.tpl

    r3333 r3474  
    1 <dt>{$block->get_title()|@translate}</dt>
     1<dt>{'Links'|@translate}</dt>
    22<dd>
    33        <ul>
    44                {foreach from=$block->data item=link}
    55                        <li>
    6                                 <a href="{$link.URL}"
    7                                         {if isset($link.new_window) }onclick="window.open(this.href, '{$link.new_window.NAME|@escape:'javascript'}','{$link.new_window.FEATURES|@escape:'javascript'}'); return false;"{/if}
     6                                <a href="{$link.URL}" class="external"
     7                                        {if isset($link.new_window) } onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}
    88                                >
    99                                {$link.LABEL}
Note: See TracChangeset for help on using the changeset viewer.