retrieveContentInfoByType("Listing Home"); if ($sitecontentinfo) { $headertagtitle = $sitecontentinfo["title"]; $headertagdescription = $sitecontentinfo["description"]; $headertagkeywords = $sitecontentinfo["keywords"]; $sitecontent = $sitecontentinfo["content"]; } else { $headertagtitle = ""; $headertagdescription = ""; $headertagkeywords = ""; $sitecontent = ""; } # ---------------------------------------------------------------------------------------------------- # HEADER # ---------------------------------------------------------------------------------------------------- $extrastyle = array(DEFAULT_URL."/layout/listing_front.css", DEFAULT_URL."/layout/listing_color.css"); $banner_section = "listing"; $headertag_title = $headertagtitle; $headertag_description = $headertagdescription; $headertag_keywords = $headertagkeywords; include(EDIRECTORY_ROOT."/layout/header.php"); ?>
Buy a link »
*/ ?>
".$sitecontent.""; } ?>
retrieveContentByType("Listing Home Bottom"); if ($content) { echo "
"; echo "
".$content."
"; echo "
"; } ?>