11 lines
231 B
PHP
11 lines
231 B
PHP
|
|
<div id="mainContent">
|
||
|
|
|
||
|
|
<h1><?php echo get_translation('Einstellungen'); ?></h1>
|
||
|
|
|
||
|
|
<form id="<?= $formname ?>" name="<?= $formname ?>" method="post">
|
||
|
|
<? selectContact($input_category['id']) ?>
|
||
|
|
</form>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|