|
@@ -191,7 +191,7 @@ $oTemplate->assign('mailboxes', $mailbox_structure);
|
|
|
* globals, which are dirty, filthy things in templates. :)
|
|
|
*/
|
|
|
$settings = array();
|
|
|
-$settings['imapConnection'] = $imapConnection;
|
|
|
+#$settings['imapConnection'] = $imapConnection;
|
|
|
$settings['iconThemePath'] = $icon_theme_path;
|
|
|
$settings['templateDirectory'] = $sTplDir;
|
|
|
$settings['unreadNotificationEnabled'] = $unseen_notify!=1;
|
|
@@ -207,4 +207,4 @@ $oTemplate->display('left_main.tpl');
|
|
|
|
|
|
sqimap_logout($imapConnection);
|
|
|
$oTemplate->display('footer.tpl');
|
|
|
-?>
|
|
|
+?>
|