From 1c296ea582717f422e48c1b2889a3b8f6390af46 Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 10 Mar 2011 14:50:40 +0000 Subject: [PATCH] - output list of categories --- out/out.ViewDocument.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/out/out.ViewDocument.php b/out/out.ViewDocument.php index 9b8d261b6..88573338c 100644 --- a/out/out.ViewDocument.php +++ b/out/out.ViewDocument.php @@ -106,6 +106,18 @@ print "getEmail()."\">".$owner->getFu : getKeywords();?> + +: + +getCategories(); + $ct = array(); + foreach($cats as $cat) + $ct[] = $cat->getName(); + echo implode(', ', $ct); +?> + +