X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fleft_main.php;h=d7feb633f1bada011c795eb1a8614b73f567e6b7;hb=fdc515fddcbb4b1e4dcedc07614822e511a3bf54;hp=4e8e7089104d65e6e455c563433cd5f4631b0815;hpb=3e6ee6cac3f0661ac3d2ffc516bb5d3be5f8f14f;p=squirrelmail.git diff --git a/src/left_main.php b/src/left_main.php index 4e8e7089..d7feb633 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -192,9 +192,6 @@ $oTemplate->assign('mailboxes', $mailbox_structure); */ $settings = array(); #$settings['imapConnection'] = $imapConnection; -//FIXME: I think this is already included in all templates by init.php -$settings['iconThemePath'] = $icon_theme_path; -//FIXME: I think this is already included in all templates by init.php $settings['templateID'] = $sTemplateID; $settings['unreadNotificationEnabled'] = $unseen_notify!=1; $settings['unreadNotificationAllFolders'] = $unseen_notify == 3; @@ -209,4 +206,3 @@ $oTemplate->display('left_main.tpl'); sqimap_logout($imapConnection); $oTemplate->display('footer.tpl'); -?>