From: Ben Klang Date: Tue, 4 May 2010 14:35:55 +0000 (-0400) Subject: Jonah: Two more Horde_Themes conversions X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a96642d3db2e2910d3ad0c3d6224e4d214a4c224;p=horde.git Jonah: Two more Horde_Themes conversions --- diff --git a/jonah/lib/Block/tree_menu.php b/jonah/lib/Block/tree_menu.php index 83cd8ce2e..59f782bfc 100644 --- a/jonah/lib/Block/tree_menu.php +++ b/jonah/lib/Block/tree_menu.php @@ -20,7 +20,7 @@ class Horde_Block_jonah_tree_menu extends Horde_Block { } $url = Horde::applicationUrl('stories/'); - $icondir = $GLOBALS['registry']->getImageDir(); + $icondir = Horde_Themes::img(null, array('notheme' => true, 'nohorde' => true)); $news = Jonah_News::factory(); $channels = $news->getChannels('internal'); if (is_a($channels, 'PEAR_Error')) { diff --git a/jonah/templates/common-header.inc b/jonah/templates/common-header.inc index 8fb225dee..1777eeaa0 100644 --- a/jonah/templates/common-header.inc +++ b/jonah/templates/common-header.inc @@ -29,8 +29,8 @@ if ($channel_id = Horde_Util::getFormData('channel_id')) { } ?> <?php echo htmlspecialchars($page_title) ?> - - + + >