X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_top10.php;h=ad048afc37eb2b7d1be3d3736ff3077cfbd6dc95;hp=0f6b70e9576b8139e4c4ac0f7bb647b0a75277d9;hb=63f159414369b5ea19a8ca75d8cd8033c45d8341;hpb=e2148142f8b1a8f40fd6e7ca32185569c5a9083e diff --git a/inc/modules/admin/what-config_top10.php b/inc/modules/admin/what-config_top10.php index 0f6b70e957..ad048afc37 100644 --- a/inc/modules/admin/what-config_top10.php +++ b/inc/modules/admin/what-config_top10.php @@ -14,11 +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 * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 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 * @@ -42,17 +41,14 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { } // END - if // Add description as navigation point -addMenuDescription('admin', __FILE__); +addYouAreHereLink('admin', __FILE__); if (isFormSent()) { // Save settings adminSaveSettingsFromPostData(); } else { - // Prepare constants for the template - $content['max'] = getConfig('top10_max'); - // Load form template - loadTemplate('admin_config_top10', false, $content); + loadTemplate('admin_config_top10'); } // [EOF]