X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_home.php;h=f1bdde572eaeb3480043baf5111f8bd14db33535;hp=106ed65c428fa0af472f3144a7f9be2aaee2de8f;hb=cf3765c38cf0a76f396aca291f71858936e92956;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6 diff --git a/inc/modules/admin/what-config_home.php b/inc/modules/admin/what-config_home.php index 106ed65c42..f1bdde572e 100644 --- a/inc/modules/admin/what-config_home.php +++ b/inc/modules/admin/what-config_home.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -82,7 +83,6 @@ WHERE `action`='main' AND `what` != '' AND `what` IS NOT NULL AND `locked`='N' ORDER BY `sort` ASC", __FILE__, __LINE__); // Init variables - $SW = 2; $OUT = ''; // Process all entries @@ -98,14 +98,10 @@ ORDER BY `sort` ASC", __FILE__, __LINE__); } // END - if // Prepare content - $content['sw'] = $SW; $content['link'] = $newHomeLink; // Load row template $OUT .= loadTemplate('admin_config_home_row', true, $content); - - // Switch color - $SW = 3 - $SW; } // END - while // Free memory @@ -118,8 +114,7 @@ ORDER BY `sort` ASC", __FILE__, __LINE__); default: // Output selection table loadTemplate('admin_config_home_main'); break; - -} +} // END - switch // [EOF] ?>