mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 08:43:31 +02:00
smart pocket template small fix
git-svn-id: http://piwigo.org/svn/trunk@26350 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -21,7 +21,7 @@ var SPThumbsOpts ={ hMargin:{$hmargin},rowHeight:{$row_height}};
|
||||
<ul class="thumbnails">
|
||||
{foreach from=$thumbnails item=thumbnail}{strip}
|
||||
{$derivative=$thumb_picker->pick($thumbnail.src_image)}
|
||||
{if isset($page_selection[$thumbnail.id]) and !isset($thumbnail.representative_ext)}
|
||||
{if isset($page_selection[$thumbnail.id])}
|
||||
<li class="liVisible">
|
||||
{if !isset($thumbnail.representative_ext)}
|
||||
<a href="{$pwg->derivative_url($picture_derivative_params, $thumbnail.src_image)}" data-picture-url="{$thumbnail.URL}" rel="external">
|
||||
|
||||
Reference in New Issue
Block a user