Sponsorenverwaltung - Team StarCraft e.V.
 All Data Structures Files Functions Variables
impressum.php
Go to the documentation of this file.
1 <?php
2  /**
3  * @file impressum.php
4  *
5  * @brief Display the impressum.
6  *
7  * @details
8  * Just runs the impressum.tpl file.
9  *
10  * This file depends on inc/common.php and inc/templates/impressum.tpl.
11  *
12  * @copyright (c) 2013, Team StarCraft e.V.
13  * @version 1.0.0
14  * @author Daniel Seichter
15  * @date 02.07.2013
16  */
17 
18 
19 
20  // include
21  include("inc/common.php");
22 
23 
24  // run template
25  displayTemplateWithErrorsAndSuccesses('Impressum', 'impressum.tpl');
26 ?>