<?php
$includeBlogData = str_replace(end(explode(':', $_GET["id"])), 'pagedata:' . end(explode(':', $_GET["id"])), $_GET["id"]);
Initial Data if (!(file_exists(phpConvertPageToFilesystemPath($includeBlogData)))) { echo '<html>
Es existiert kein Datensatz </div> </html>'; exit(); }
Page-Initialization include(phpConvertPageToFilesystemPath($includeBlogData)); end($blogPageData); $givenBlogArrayId = key($blogPageData); Page-Initialization
include(phpConvertPageToFilesystemPath($blogPageData[$givenBlogArrayId]['includeFileData'])); end($product); $givenProductArrayId = key($product);
Page-Initialization include(phpConvertPageToFilesystemPath($blogPageData[$givenBlogArrayId]['includeFileTemplateCss'])); include(phpConvertPageToFilesystemPath($blogPageData[$givenBlogArrayId]['includeFileTemplate'])); ?>