Hotfix
[mailer.git] / inc / modules / guest / what-news-2003.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 loadTemplate(substr(basename(__FILE__), 5, -4));
32
33 //
34 ?>