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

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

".system_showText(LANG_MSG_NOTAVAILABLE)."

"; } ?>