7 lines
162 B
PHP
7 lines
162 B
PHP
<?php
|
|
if ("Kontakte" == $_POST['Typ']) {
|
|
include "inhalte/ie_cont_exp.php";
|
|
} elseif ("Artikel" == $_POST['Typ']) {
|
|
include "inhalte/ie_art_exp.php";
|
|
}
|
|
?>
|