]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/login.php
Add slashes instead of SQL_ESCAPE()
[mailer.git] / inc / modules / login.php
index bc46bfb49ed382b61664941351060b63f1b73c08..d0918d5b12fda434fb44acbfabc1a8694923ba04 100644 (file)
@@ -59,9 +59,11 @@ enableBlockMode(false);
 // Generate a tableset for the menu title and content
 loadTemplate('member_header');
 
+// Add code-message here
+handleCodeMessage();
+
 // Begin menu block here
-outputHtml("<tr>
-  <td class=\"member_menu\">");
+loadTemplate('member_menu_start');
 
 // Adding the main content module here
 if (!isActionSet()) {