Files
FHC-Core/application/views/person/view.php
T
SimonGschnell a21a292da6 dokument upload
2024-01-29 16:48:41 +01:00

5 lines
107 B
PHP
Executable File

<?php
echo '<h2>'.$person_item->titelpre.'</h2>';
echo $person_item->vorname;
echo $person_item->nachname;