Last change
on this file since 11992 was
8774,
checked in by rvelices, 14 years ago
|
more compact html output
|
-
Property svn:eol-style set to
LF
|
File size:
235 bytes
|
Rev | Line | |
---|
[5021] | 1 | <dt>{'Specials'|@translate}</dt> |
---|
[2488] | 2 | <dd> |
---|
[8774] | 3 | <ul>{strip} |
---|
[2488] | 4 | {foreach from=$block->data item=link} |
---|
[8774] | 5 | <li><a href="{$link.URL}" title="{$link.TITLE}"{if isset($link.REL)} {$link.REL}{/if}>{$link.NAME}</a></li> |
---|
[2488] | 6 | {/foreach} |
---|
[8774] | 7 | {/strip}</ul> |
---|
[2488] | 8 | </dd> |
---|
Note: See
TracBrowser
for help on using the repository browser.