A-tag fixed.
[mailer.git] / mailid.php
index a1b85addaad04d28b3a00b67fdfea1f53e31fdf1..90a2210fad852c7bfab2b8a7f2010c78bd29cf6e 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Bestaetigung von Mails                           *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
@@ -89,7 +84,7 @@ if ((isValidId($data['userid'])) && (isValidId($data['id'])) && (!empty($data['t
        // No image?
        if ($data['do'] != 'img') {
                // ... then output header
-               loadIncludeOnce('inc/header.php');
+               loadPageHeader();
        } // END - fi
 
        // Init result for below sqlNumRows() function
@@ -254,7 +249,7 @@ handleMailIdErrorCode($data['error_code']);
 // Insert footer if no image
 if ($data['do'] != 'img') {
        // Write footer
-       loadIncludeOnce('inc/footer.php');
+       loadPageFooter();
 } // END - if
 
 // Really all done here... ;-)