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); +?> + +