X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fmailbox_display.php;h=e91a1c7edcd63e28b05bfa194a343a67ff33a685;hb=fe2a5f768f2c3458c6d0545a9d64c7e2f16593be;hp=1a3b14c033b6325ec8571528e1b08cc4010ca3c1;hpb=10dec454f7aeb0be71c75094c3b0c6990d8b1c5e;p=squirrelmail.git diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 1a3b14c0..e91a1c7e 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -12,10 +12,10 @@ * $Id$ */ -require_once('../functions/strings.php'); -require_once('../functions/html.php'); -require_once('../class/html.class.php'); -require_once('../functions/imap_mailbox.php'); +require_once(SM_PATH . 'functions/strings.php'); +require_once(SM_PATH . 'functions/html.php'); +require_once(SM_PATH . 'class/html.class.php'); +require_once(SM_PATH . 'functions/imap_mailbox.php'); /* Default value for page_selector_max. */ define('PG_SEL_MAX', 10); @@ -762,12 +762,6 @@ function mail_message_listing_beginning ($imapConnection, echo '' . html_tag( 'tr' ) . html_tag( 'td' ,'' , '', $color[0], '' ); - if ($GLOBALS['alt_index_colors']){ - $cellspacing = '0'; - } else { - $cellspacing = '1'; - } - echo html_tag( 'table' ,'' , '', $color[0], 'border="0" width="100%" cellpadding="2" cellspacing="'. $cellspacing .'"' ); /* if using server sort we highjack the * the $sort var and use $server_sort_order