From c2bdb921fe8006c54c49a6aa58283f98bb5d7797 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Mon, 9 Oct 2006 19:46:18 +0000 Subject: [PATCH] bug fixes from previous commit git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11890 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/left_main.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/left_main.tpl b/templates/default/left_main.tpl index 92e90303..2a251f56 100644 --- a/templates/default/left_main.tpl +++ b/templates/default/left_main.tpl @@ -139,7 +139,7 @@ function buildMailboxTree ($box, $settings, $icon_theme_path, $indent_factor=0) * image based on whatever logic they see fit here. */ $folder_icon = ''; - if (!is_null($settings['iconThemePath'])) { + if (!is_null($icon_theme_path)) { switch (true) { case $box['IsInbox']: $folder_icon = getIcon($icon_theme_path, 'inbox.png', '', $box['MailboxName']); @@ -248,7 +248,7 @@ function buildMailboxTree ($box, $settings, $icon_theme_path, $indent_factor=0) if (!$box['IsCollapsed'] || $box['IsRoot']) { for ($i = 0; $i