projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4527389
)
Can't use Horde::img here since this is a fully qualified url
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 29 Jun 2009 17:57:12 +0000
(13:57 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 29 Jun 2009 17:57:39 +0000
(13:57 -0400)
kronolith/lib/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
4a91f00
..
f5ed292
100644
(file)
--- a/
kronolith/lib/Event.php
+++ b/
kronolith/lib/Event.php
@@
-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;
}