X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Faction-themes.php;h=1d7b578dfe84bf5cb15f9ad22d01f45da7693de0;hp=69fbd7b83745907fb3cc686d491123a41dcdddf4;hb=50ec4267016d288831aee809120992423db563e1;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa diff --git a/inc/modules/guest/action-themes.php b/inc/modules/guest/action-themes.php index 69fbd7b837..1d7b578dfe 100644 --- a/inc/modules/guest/action-themes.php +++ b/inc/modules/guest/action-themes.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 * @@ -46,7 +44,7 @@ if (!defined('__SECURITY')) { } if ((!isExtensionActive('theme')) && (!isAdmin())) { - loadTemplate('admin_settings_saved', false, generateExtensionInactiveNotInstalledMessage('theme')); + displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=theme%}'); return; } // END - if