From: Chuck Hagenbuch Date: Sun, 23 Jan 2011 21:56:38 +0000 (-0500) Subject: Fix tree graphics in the bookmark folder tree X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b33e4fd44000ce15746560c62dc7ed5e10b0e352;p=horde.git Fix tree graphics in the bookmark folder tree --- diff --git a/trean/templates/browse.php b/trean/templates/browse.php index 01ab44dbd..086a934ae 100644 --- a/trean/templates/browse.php +++ b/trean/templates/browse.php @@ -114,8 +114,7 @@ if (!empty($folder)): endif; $folders = Trean::listFolders(Horde_Perms::READ); if (!is_a($folders, 'PEAR_Error')) { - $params = array('icon' => 'folder.png', - 'iconopen' => 'folderopen.png'); + $params = array('icon' => Horde_Themes::img('tree/folder.png', 'horde'), 'iconopen' => Horde_Themes::img('tree/folderopen.png', 'horde')); $tree = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Tree')->create('folder_tree', 'Javascript'); $tree->setOption(array('alternate' => true)); $expand = $prefs->getValue('expand_tree');