diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-09-10 20:03:35 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-09-10 20:03:35 +0000 |
| commit | 73aeca46472a83fe735b288160d7bee68f136971 (patch) | |
| tree | 70ff4122226b15433078d39df22f33351fea82b7 /templates | |
| parent | 0d4b1a516fd60c7d02203cbbc93ca29cd520b557 (diff) | |
| download | pigeonholes-73aeca46472a83fe735b288160d7bee68f136971.tar.gz pigeonholes-73aeca46472a83fe735b288160d7bee68f136971.tar.bz2 pigeonholes-73aeca46472a83fe735b288160d7bee68f136971.zip | |
only display count if appropriatePRE_LIB_ATTACHMENT_REFACTOR
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/section_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/section_inc.tpl b/templates/section_inc.tpl index 1815bfe..a732144 100644 --- a/templates/section_inc.tpl +++ b/templates/section_inc.tpl @@ -78,7 +78,7 @@ else }view.php?structure_id={ /if}{$subtree[ix].structure_id}#members">{$subtree[ix].title|escape}</a> - {if $current}</strong>{/if} <small> ({$pigeonList.$sid.members_count|default:0}) </small> + {if $current}</strong>{/if}{if $pigeonList.$sid.members_count}<small> ({$pigeonList.$sid.members_count}) </small>{/if} {biticon ipackage=liberty iname=spacer iforce=icon} {if !$no_details} |
