git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9396
7612ce4b-ef26-0410-bec9-
ea0150e637f0
_("Check mail") . "</a>]</small></div></center><br />\n\n";
/* Lastly, display the folder list. */
+echo "<center><table><tr><td>\n";
+
+
if ( $collapse_folders ) {
/* If directed, collapse or uncollapse a folder. */
if (isset($fold)) {
ListBoxes($boxes);
}
+echo "</td></tr></table></center>\n";
+
do_hook('left_main_after');
sqimap_logout($imapConnection);
?>
-</body></html>
\ No newline at end of file
+</body></html>