{include="includes"} {include="page.header"} {if="!$thumbnails_enabled"}
{'Picture wall unavailable (thumbnails are disabled).'|t}
{else} {if="count($linksToDisplay)===0 && $is_logged_in"}
{'There is no cached thumbnail. Try to synchronize them.'|t}
{/if}
{$countPics=count($linksToDisplay)}

{'Picture Wall'|t} - {$countPics} {'pics'|t}

{loop="$plugin_start_zone"} {$value} {/loop}
{loop="$linksToDisplay"}
{ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} thumbnail {$value.title} {loop="$value.picwall_plugin"} {$value} {/loop}
{/loop}
{loop="$plugin_end_zone"} {$value} {/loop}
{/if} {include="page.footer"}