<?php /*Generated by WE 7.0.4.0, SVN 14222, 2019-05-02, 12:58*/
if(!defined('NO_SESS')){define('NO_SESS',1);}
$GLOBALS['WE_IS_DYN'] = 1;
$GLOBALS['we_transaction'] = 0;
$GLOBALS['we_ContentType'] = 'text/webedition';

if(isset($_REQUEST['pv_id']) && isset($_REQUEST['pv_tid'])) {
		$_REQUEST['we_cmd'] = array(
				1 => intval($_REQUEST['pv_id']),
				4 => intval($_REQUEST['pv_tid']),
		);
} else {
		$_REQUEST['we_cmd'] = array(1 => 378);
}

$FROM_WE_SHOW_DOC = true;

if(!isset($GLOBALS['WE_MAIN_DOC']) && isset($_REQUEST['we_objectID'])) {
		require('/var/www/vhosts/csn-haus.de/httpdocs' . '/webEdition/we/include/we_showObject.inc.php');
} else {
		require('/var/www/vhosts/csn-haus.de/httpdocs' .  '/webEdition/we/include/we_showDocument.inc.php');
}