{include="linklist.paging"}
{loop="$plugin_start_zone"}
{$value}
{/loop}
{if="count($links)==0"}
Nothing found.
{elseif="!empty($search_term) or !empty($search_tags)"}
{$result_count} results
{if="!empty($search_term)"}
for
{$search_term}
{/if}
{if="!empty($search_tags)"}
{$exploded_tags=explode(' ', $search_tags)}
tagged
{loop="$exploded_tags"}
{$value} x
{/loop}
{/if}
{/if}
{loop="links"}
-
{$value.url|thumbnail}
{/loop}
{loop="$plugin_end_zone"}
{$value}
{/loop}
{include="linklist.paging"}
{include="page.footer"}