diff options
Diffstat (limited to 'gallery_views')
| -rw-r--r-- | gallery_views/simple_list/fisheye_simple_list_inc.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gallery_views/simple_list/fisheye_simple_list_inc.tpl b/gallery_views/simple_list/fisheye_simple_list_inc.tpl index d56ed07..54c5695 100644 --- a/gallery_views/simple_list/fisheye_simple_list_inc.tpl +++ b/gallery_views/simple_list/fisheye_simple_list_inc.tpl @@ -6,11 +6,11 @@ <th style="width:1%"></th> {/if} <th style="width:60%"> - {smartlink ititle=Name isort=title icontrol=$galInfo structure_id=$gContent->mStructureId} + {smartlink ititle=Name isort=title icontrol=$galInfo} </th> {if $gBitSystem->isFeatureActive( 'fisheye_item_list_date' ) || $gBitSystem->isFeatureActive( 'fisheye_item_list_creator' )} <th style="width:10%"> - {smartlink ititle=Uploaded isort=created iorder=desc idefault=1 icontrol=$galInfo structure_id=$gContent->mStructureId} + {smartlink ititle=Uploaded isort=created iorder=desc idefault=1 icontrol=$galInfo} </th> {/if} {if $gBitSystem->isFeatureActive( 'fisheye_item_list_size' )} @@ -18,7 +18,7 @@ {/if} {if $gBitSystem->isFeatureActive( 'fisheye_item_list_hits' )} <th style="width:10%"> - {smartlink ititle=Downloads isort="lch.hits" icontrol=$galInfo structure_id=$gContent->mStructureId} + {smartlink ititle=Downloads isort="lch.hits" icontrol=$galInfo} </th> {/if} <th style="width:20%">{tr}Actions{/tr}</th> |
