X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_extensions.php;h=361ec31082f2eefc253394a5ce88503805f0b355;hb=21b7860d55b9125cb4adb9b48511d6b1cf0cae20;hp=17c2b656d2fc9e8bab6784a57b0f39bcec5fdbb0;hpb=a226d81121cb96048b1ed85fd8584a87d435b0db;p=mailer.git diff --git a/inc/modules/admin/what-config_extensions.php b/inc/modules/admin/what-config_extensions.php index 17c2b656d2..361ec31082 100644 --- a/inc/modules/admin/what-config_extensions.php +++ b/inc/modules/admin/what-config_extensions.php @@ -14,12 +14,10 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * 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 * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -43,27 +41,14 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { } // END - if // Add description as navigation point -addMenuDescription('admin', __FILE__); +addYouAreHereLink('admin', __FILE__); if (isFormSent()) { // Save configuration adminSaveSettingsFromPostData(); } else { - // Prepare content - $content['verbose_y'] = ''; - $content['verbose_n'] = ''; - - // Prepare data - if (isVerboseSqlEnabled()) { - // Is enabled - $content['verbose_y'] = ' checked="checked"'; - } else { - // Is disabled - $content['verbose_n'] = ' checked="checked"'; - } - // Load template - loadTemplate('admin_config_extensions', false, $content); + loadTemplate('admin_config_extensions'); } // [EOF]