Can't use Horde::img here since this is a fully qualified url
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 29 Jun 2009 17:57:12 +0000 (13:57 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 29 Jun 2009 17:57:39 +0000 (13:57 -0400)
kronolith/lib/Event.php

index 4a91f00..f5ed292 100644 (file)
@@ -2200,7 +2200,7 @@ abstract class Kronolith_Event
             }
 
             if (!empty($this->external) && !empty($this->external_icon)) {
-                $link = $status . Horde::img($this->external_icon, '', '', '') . ' ' . $link;
+                $link = $status . '<img src="' . $this->external_icon . '" /> ' . $link;
             } else if (!empty($status)) {
                 $link .= ' ' . $status;
             }