forked from tohe/wmdeit_kaform
Fix issue #11 part 2
This commit is contained in:
parent
809e888807
commit
5bdfadb80e
2
form.php
2
form.php
|
@ -3,7 +3,7 @@
|
||||||
</h1>
|
</h1>
|
||||||
<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.")?><BR>
|
<?php echo _("Bitte fülle dieses Formular aus. Pflichtfelder sind mit einem * gekennzeichnet.")?><BR><BR>
|
||||||
<?php
|
<?php
|
||||||
$ct = @file_get_contents( "./locale/$loc1/h1.php");
|
$ct = @file_get_contents( "./locale/$loc1/h1.php");
|
||||||
if ($ct==false)
|
if ($ct==false)
|
||||||
|
|
Loading…
Reference in New Issue