Example #1
0
// *******************************************************
require_once 'inc/db_connect.inc.php';
// Allgemeine CMS Funktionen Klasse einbinden
// *******************************************************
require_once 'inc/functionsAll.inc.php';
require_once 'inc/hp_functions.inc.php';
$cmsHpObj = new hpFunctions();
// CMS Homepage Daten Array
// *******************************************************
$hpCms = $cmsHpObj->getHpDataArray();
// CMS Funktionen Klasse einbinden
// *******************************************************
require_once 'admin/inc/klassen/newsletter.inc.php';
$newsObj = new newsletter();
$data = $newsObj->getElemtData(2853);
$xml = $newsObj->getXmlData();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<title>*|MC:SUBJECT|*</title>
<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css' />
<style type="text/css"> 
html
{
	width: 100%;
}