From: kink Date: Tue, 26 Apr 2005 21:07:18 +0000 (+0000) Subject: Reintroduce the centering of the folderlist. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a1a39832a5ddac69630f8c85dd8882a24f986b32;p=squirrelmail.git Reintroduce the centering of the folderlist. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9396 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/left_main.php b/src/left_main.php index 131f81b9..1272053f 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -726,6 +726,9 @@ echo '
[]

\n\n"; /* Lastly, display the folder list. */ +echo "
\n"; + + if ( $collapse_folders ) { /* If directed, collapse or uncollapse a folder. */ if (isset($fold)) { @@ -770,8 +773,10 @@ if (isset($advanced_tree) && $advanced_tree) { ListBoxes($boxes); } +echo "
\n"; + do_hook('left_main_after'); sqimap_logout($imapConnection); ?> - \ No newline at end of file +