From: Michael M Slusarz Date: Tue, 9 Jun 2009 17:03:51 +0000 (-0600) Subject: Only need a base spacer_red graphic. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=de68cf03694e179587324dce0af54f64ab1c548c;p=horde.git Only need a base spacer_red graphic. --- diff --git a/imp/lib/Mime/Viewer/Html.php b/imp/lib/Mime/Viewer/Html.php index bb0801d17..de0d9c370 100644 --- a/imp/lib/Mime/Viewer/Html.php +++ b/imp/lib/Mime/Viewer/Html.php @@ -260,7 +260,7 @@ class IMP_Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Html protected function _blockImages($matches) { if (is_null($this->_blockimg)) { - $this->_blockimg = Horde::url($GLOBALS['registry']->getImageDir('imp') . '/spacer_red.png', false, -1); + $this->_blockimg = Horde::url($GLOBALS['registry']->getImageDir('imp', false) . '/spacer_red.png', false, -1); } return empty($matches[2]) diff --git a/imp/themes/tango-blue/graphics/spacer_red.png b/imp/themes/tango-blue/graphics/spacer_red.png deleted file mode 100644 index b0ccbe130..000000000 Binary files a/imp/themes/tango-blue/graphics/spacer_red.png and /dev/null differ