From 99e9791f59696041409c4fc8826fab9700f2d9c9 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 4 Feb 2003 17:17:28 +0000 Subject: [PATCH] display the star for documents with no mime type --- presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- libgit2 0.21.4