Renamed function so it might be more understandable
[mailer.git] / inc / modules / index.php
index ab37b5baa2f4006a7a3f49dfee4df4eb0670bdc8..da924d85656957c9515b342c6df06bf7f47a7c5a 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/23/2003 *
- * ===============                              Last change: 03/27/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 09/23/2003 *
+ * ===================                          Last change: 03/27/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : index.php                                        *
  * $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                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} // END - if
+} elseif (!isExtensionInstalled('sql_patches')) {
+       // Redirect to admin area
+       redirectToUrl('admin.php');
+}
 
 // Generate a tableset for the menu title and content
-loadTemplate('guest_header');
+loadTemplate('guest_header', false, array('date_time' => generateDateTime(time(), 1)));
 
 // Add code-message here
 handleCodeMessage();
@@ -50,15 +52,6 @@ handleCodeMessage();
 // Some of you needs this to be extracted into a template... ???
 loadTemplate('guest_menu_td');
 
-// When no what value is provided take the "home" value
-if (!isWhatSet()) setWhatFromConfig('index_home');
-
-// Adding the main content module here
-if (!isActionSet()) {
-       // Get action value from what value
-       setAction(getModeAction('guest', getWhat()));
-} // END - if
-
 // Add the guest's menu here...
 if ((getConfig('guest_menu') == 'Y') || (!isExtensionActive('sql_patches', true))) {
        // Show only when guest menu is active