X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-sponsor_list.php;h=1a2cd463a781a20503a422b924f25310b586cae4;hb=f328172e16c619d30889fac830e873f2eeef857a;hp=e8f2d2cfc9c4f69009b617e8fb44573020caf8a4;hpb=a846d847b39b17912f5255eb448402707a328682;p=mailer.git diff --git a/inc/modules/member/what-sponsor_list.php b/inc/modules/member/what-sponsor_list.php index e8f2d2cfc9..1a2cd463a7 100644 --- a/inc/modules/member/what-sponsor_list.php +++ b/inc/modules/member/what-sponsor_list.php @@ -10,15 +10,13 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Unsere Sponsoren vorstellen * * -------------------------------------------------------------------- * - * $Revision:: 1690 $ * - * $Date:: 2010-01-01 17:04:52 +0100 (Fri, 01 Jan 2010) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: quix0r $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * + * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -45,10 +43,10 @@ if (!defined('__SECURITY')) { } // Add description as navigation point -addMenuDescription('member', __FILE__); +addYouAreHereLink('member', __FILE__); if ((!isExtensionActive('sponsor')) && (!isAdmin())) { - loadTemplate('admin_settings_saved', false, generateExtensionInactiveNotInstalledMessage('sponsor')); + displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=sponsor%}'); return; } // END - if