X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-agb.php;h=8cf8e3e29d190cc8e8ff6b2272b212c936b5764a;hb=7f746f060a7b69433149b462e64c5121ce853151;hp=ddf66c27854f3f7075cc2fd9a8450f9e6d1ea37c;hpb=e5fe5afb17a5c8106f4c890234dfa39419e70f5d;p=mailer.git diff --git a/inc/modules/guest/what-agb.php b/inc/modules/guest/what-agb.php index ddf66c2785..8cf8e3e29d 100644 --- a/inc/modules/guest/what-agb.php +++ b/inc/modules/guest/what-agb.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 * @@ -42,7 +43,7 @@ if (!defined('__SECURITY')) { } // END - if // Add description as navigation point -addMenuDescription('guest', basename(__FILE__)); +addMenuDescription('guest', __FILE__); // Load default template loadTemplate(substr(basename(__FILE__), 5, -4));