<?PHP
if(file_exists('../../markt'))
{
   // MODULVERSION ----------------------------------
   $filepath ='../../markt';
}
else
{
   // PORTALVERSION ---------------------------------
   $filepath ='..';
}
include $filepath."/inc/config.inc.php";
include $filepath."/inc/systemeinstellungen.php";
include $filepath."/inc/version.php";
include "./inc/funktionen.php";
include $filepath."/inc/de.php";
$bilderordner = $filepath.'/bilder/';
?>