]> git.mxchange.org Git - mailer.git/blobdiff - cron.php
Added missing 'extension' initialization in installer and used EL code there + fixed...
[mailer.git] / cron.php
index a3caa903908731f1c60583eeda9670772b83ae8b..14721d1e07414c7672949dfa6db85c63c0e2d3d3 100644 (file)
--- a/cron.php
+++ b/cron.php
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Cronjob-Script fuer externen/lokalen Aufruf      *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -57,12 +52,12 @@ $GLOBALS['__footer_sent'] = 2;
 require('inc/config-global.php');
 
 // Load header here
-loadIncludeOnce('inc/header.php');
+loadPageHeader();
 
 // @TODO Do stuff here
 
 // Footer
-loadIncludeOnce('inc/footer.php');
+loadPageFooter();
 
 // [EOF]
 ?>