picwall: link directly to the target URL (not the permalink)

This commit is contained in:
nodiscc 2015-03-08 00:53:05 +01:00
parent 3ef1da28e8
commit 4a1a1190a6
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<div id="picwall_container">
{loop="linksToDisplay"}
<div class="picwall_pictureframe">
{$value.thumbnail}<a href="{$value.permalink}"><span class="info">{$value.title|htmlspecialchars}</span></a>
{$value.thumbnail}<a href="{$value.url}"><span class="info">{$value.title|htmlspecialchars}</span></a>
</div>
{/loop}
</div>