|
@ -4,6 +4,14 @@ |
|
|
<p> |
|
|
<p> |
|
|
<?php echo _("Du möchtest dir Kosten erstatten lassen, welche im Rahmen deines Projektes entstanden sind?")?><BR>
|
|
|
<?php echo _("Du möchtest dir Kosten erstatten lassen, welche im Rahmen deines Projektes entstanden sind?")?><BR>
|
|
|
<?php echo _("Bitte fülle dieses Formular aus. Pflichtfelder sind mit einem * gekennzeichnet.")?>
|
|
|
<?php echo _("Bitte fülle dieses Formular aus. Pflichtfelder sind mit einem * gekennzeichnet.")?>
|
|
|
|
|
|
<?php |
|
|
|
|
|
$ct = @file_get_contents( "./locale/$loc1/h1.php"); |
|
|
|
|
|
if ($ct==false) |
|
|
|
|
|
$ct = file_get_contents( "h1.php"); |
|
|
|
|
|
echo $ct; |
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
<form data-kube="kaform" name="theform" id="theform" action="submit.php" method="POST"> |
|
|
<form data-kube="kaform" name="theform" id="theform" action="submit.php" method="POST"> |
|
|