You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
488 B
16 lines
488 B
{template 'header', $template}
|
|
{if $lists}
|
|
<div id="list-{$js_pageid}" class="main">
|
|
{loop $lists $v}
|
|
<div class="ui-list-txt">
|
|
<a href="{$v[linkurl]}" rel="external" target="_blank"><strong>{$v[title]}</strong></a>
|
|
<p><i class="ui-ico-hits">{$v[linkurl]}</i></p>
|
|
</div>
|
|
{/loop}
|
|
</div>
|
|
<div id="load-{$js_pageid}" class="ui-load"></div>
|
|
{else}
|
|
{template 'chip-empty', 'mobile'}
|
|
{/if}
|
|
{if $pages}<div class="pages" id="pages-{$js_pageid}">{$pages}</div>{/if}
|
|
{template 'footer', $template}
|