Last change
on this file since 14182 was
4489,
checked in by grum, 15 years ago
|
[Template:Gally] feature 1096, feature 1097, feature 1098, feature 1099, feature 1313
And some other improvments...
|
-
Property svn:executable set to
*
|
File size:
378 bytes
|
Line | |
---|
1 | <dt>{'Links'|@translate}</dt> |
---|
2 | <dd> |
---|
3 | <ul> |
---|
4 | {foreach from=$block->data item=link} |
---|
5 | <li> |
---|
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} |
---|
8 | > |
---|
9 | {$link.LABEL} |
---|
10 | </a> |
---|
11 | </li> |
---|
12 | {/foreach} |
---|
13 | </ul> |
---|
14 | </dd> |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.