diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc index 66c220d..1097d44 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc @@ -22,7 +22,7 @@ function displayDocumentLink($oDocument, $bDisplayFullPath = false) { global $default; $sIconUrl = $oDocument->getMimeTypeIconUrl(); - $sIconPath = ($sIconUrl ? generateImage($sIconUrl) : ""); + $sIconPath = ($sIconUrl ? generateImage($sIconUrl) : generateImage("$default->owl_graphics_url/star.gif")); $sLinkText = $oDocument->getName(); if ($bDisplayFullPath) {