summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-08-24 19:44:04 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-08-24 19:44:04 +0000
commitd61f02e0d4570fb5fda3a75e98e89d1d73b0a06b (patch)
tree6a3096b11959a1e0c717a7eee0683316b77dc979 /templates
parentd43fe24f145eaee51ed59d7b14c12219860de491 (diff)
downloadpigeonholes-d61f02e0d4570fb5fda3a75e98e89d1d73b0a06b.tar.gz
pigeonholes-d61f02e0d4570fb5fda3a75e98e89d1d73b0a06b.tar.bz2
pigeonholes-d61f02e0d4570fb5fda3a75e98e89d1d73b0a06b.zip
make content type display optional
Diffstat (limited to 'templates')
-rw-r--r--templates/view_table_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_table_inc.tpl b/templates/view_table_inc.tpl
index 4f47043..c7d6e3d 100644
--- a/templates/view_table_inc.tpl
+++ b/templates/view_table_inc.tpl
@@ -23,7 +23,7 @@
<ul>
{foreach from=$members item=member}
<li>
- {$member.display_link} &nbsp; <small>{tr}{$member.content_description}{/tr}</small>
+ {$member.display_link}{if $gBitSystem->isFeatureActive( 'pigeonholes_display_content_type' )} &nbsp; <small>{tr}{$member.content_description}{/tr}</small>{/if}
</li>
{/foreach}
</ul>