diff options
| author | tekimaki <will@tekimaki.com> | 2010-07-26 01:19:39 -0400 |
|---|---|---|
| committer | tekimaki <will@tekimaki.com> | 2010-07-26 01:19:39 -0400 |
| commit | dfce0e2fb13bf40bd589f55a163f855139f7eece (patch) | |
| tree | aa28537b34a10dd99df1b4c29625caee692ef408 /gallery_views | |
| parent | 94150b8701a0e94e7a31be2ac43e3d65f67ca42b (diff) | |
| download | fisheye-dfce0e2fb13bf40bd589f55a163f855139f7eece.tar.gz fisheye-dfce0e2fb13bf40bd589f55a163f855139f7eece.tar.bz2 fisheye-dfce0e2fb13bf40bd589f55a163f855139f7eece.zip | |
purge phantom structure references
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> |
