retrieveIDByURL($content); if ($content_id) { $contentObj = new Content($content_id); $content_show = $contentObj->retrieveContentByURL($content); $content_title = $contentObj->getString("type"); $headertagtitle = $contentObj->getString("type"); $headertagdescription = $contentObj->getString("description"); $headertagkeywords = $contentObj->getString("keywords"); } else { $content_show = ""; $headertagtitle = ""; $headertagdescription = ""; $headertagkeywords = ""; } # ---------------------------------------------------------------------------------------------------- # HEADER # ---------------------------------------------------------------------------------------------------- $headertag_title = $headertagtitle; $headertag_description = $headertagdescription; $headertag_keywords = $headertagkeywords; include(EDIRECTORY_ROOT."/layout/header.php"); ?>

".$content_show.""; } else { echo "

Content not available!

"; } ?>