\n"; echo ""; echo ""; echo ""; echo "\n"; do_hook('left_main_before'); echo "
"; echo "
\n"; echo "
\n"; echo "" . _("Folders") . "
\n"; require_once(SM_PATH . 'src/left_main.php'); echo "
\n

\n"; do_hook('left_main_after'); echo "\n\n"; } else { echo "\n"; echo ""; echo ""; echo "
\n\n"; } } /** * Displays the bottom html header or the right folder list * if not using frames * * @return void */ function noframes_bottom() { global $onetimepad, $password, $username, $domain, $trash_folder, $imapConnection, $sent_folder, $draft_folder, $imapServerAddress, $imapPort, $left_size, $key, $delimiter, $color, $use_frames, $location_of_bar, $auto_create_special, $date_format, $hour_format, $collapse_folders, $boxes; if ($use_frames) return; if ($location_of_bar == 'left' || $location_of_bar != 'right') { echo "
\n"; echo ""; } else { $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 10); // the 10 is to hide the output echo "\n\n"; do_hook('left_main_before'); echo "
"; echo "
\n"; echo "
\n"; echo "" . _("Folders") . "
\n"; require_once(SM_PATH . 'src/left_main.php'); echo "
\n

\n"; do_hook('left_main_after'); echo "\n"; echo "\n"; } } ?>