7c5f391333f1299b1853ae3d660ffca0fd50300f
[mailer.git] / inc / modules / guest / what-preview.php
1 <?php
2 /************************************************************************
3  * M-XChange v0.1.0                                   Start: 01/27/2004 *
4  * ================                             Last change: 01/27/2004 *
5  *                                                                      *
6  * -------------------------------------------------------------------- *
7  * File              : what-                                            *
8  * -------------------------------------------------------------------- *
9  * Short description :                                                  *
10  * -------------------------------------------------------------------- *
11  * Kurzbeschreibung  :                                                  *
12  * -------------------------------------------------------------------- *
13  *                                                                      *
14  * -------------------------------------------------------------------- *
15  * Copyleft (c) 2003 - 2004 by Roland Haeder                            *
16  * For more information visit: http://www.mxchange.org                  *
17  *                                                                      *
18  * This program is free software. You can redistribute it and/or modify * 
19  * it under the terms of the GNU General Public License as published by * 
20  * the Free Software Foundation; either version 2 of the License.       * 
21  ************************************************************************/
22
23 // Some security stuff...
24 if (!defined('__SECURITY')) {
25         die();
26 }
27
28 // Add description as navigation point
29 addYouAreHereLink('guest', __FILE__);
30
31 define('__CONTENT_BASIC'   , loadTemplate('order-basic'       , true));
32 define('__CONTENT_COMPLETE', loadTemplate('order-complete'    , true));
33 define('__CONTENT_MAX'     , loadTemplate('order-max'         , true));
34
35 loadTemplate(substr(basename(__FILE__), 5, -4));
36
37 //
38 ?>