diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-08-24 19:44:04 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-08-24 19:44:04 +0000 |
| commit | d61f02e0d4570fb5fda3a75e98e89d1d73b0a06b (patch) | |
| tree | 6a3096b11959a1e0c717a7eee0683316b77dc979 /templates | |
| parent | d43fe24f145eaee51ed59d7b14c12219860de491 (diff) | |
| download | pigeonholes-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.tpl | 2 |
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} <small>{tr}{$member.content_description}{/tr}</small> + {$member.display_link}{if $gBitSystem->isFeatureActive( 'pigeonholes_display_content_type' )} <small>{tr}{$member.content_description}{/tr}</small>{/if} </li> {/foreach} </ul> |
