X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-mem_add.php;h=cbfdf8b23a4997bc30709933a57f1b6c1b6b68fa;hp=5c99507b6af6089ebeca23feec848f21e1b43ecc;hb=e8ca54fe91872ab95a6ffdc4f1268bf18889021d;hpb=ff9e8f739bd4b6e184b2a6bf427334196e501da8 diff --git a/inc/modules/admin/what-mem_add.php b/inc/modules/admin/what-mem_add.php index 5c99507b6a..cbfdf8b23a 100644 --- a/inc/modules/admin/what-mem_add.php +++ b/inc/modules/admin/what-mem_add.php @@ -15,8 +15,6 @@ * $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 * @@ -41,10 +39,10 @@ // Some security stuff... if ((!defined('__SECURITY')) || (!isAdmin())) { die(); -} +} // END - if // Add desciption as navigation point -addMenuDescription('admin', __FILE__); +addYouAreHereLink('admin', __FILE__); // Check if the admin has entered title and what-php file name... if ((!isPostRequestParameterSet('title')) && (isFormSent())) { @@ -143,8 +141,8 @@ if (!isFormSent()) { } // END - foreach } // END - if - $OUT = ' + '; foreach ($below as $key => $m) { if (is_array($m)) { foreach ($m as $key2 => $m2) {