From acf116b962533031323663bb1d6bd553635beddb Mon Sep 17 00:00:00 2001 From: Nick Palmer Date: Sun, 10 Jun 2007 12:35:52 +0000 Subject: Make pigeonholes LibertyAttachables and descriptions parsed content. Cleanup display_description checking in templates. Need to add the attachment browser probably. --- templates/list.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/list.tpl') diff --git a/templates/list.tpl b/templates/list.tpl index 2091dd3..b5ec031 100644 --- a/templates/list.tpl +++ b/templates/list.tpl @@ -36,7 +36,9 @@ {/if}

{$item.display_link}

- {$item.data|escape} + {if $gBitSystem->isFeatureActive('pigeonholes_display_description')} + {$item.parsed_data} + {/if} {if $gBitSystem->isFeatureActive( 'pigeonholes_display_subtree' ) && count($item.subtree) > 1} {include file="bitpackage:pigeonholes/view_structure_inc.tpl" subtree=$item.subtree no_details=true} {/if} -- cgit v1.3