/*==================================================================*\ ###################################################################### # eDirectory 4.0.1 - Licence Number L62338e2 # # ------------------------------------------------------------------ # # Copyright 2005 Arca Solutions, Inc. All Rights Reserved. # # # # This file may not be redistributed in whole or part. # # # # ---------------- eDirectory IS NOT FREE SOFTWARE ----------------- # # # # http://www.edirectory.com | http://www.edirectory.com/license.html # ###################################################################### \*==================================================================*/ # ---------------------------------------------------------------------------------------------------- # * FILE: /conf/preconfig.inc.php # ---------------------------------------------------------------------------------------------------- error_reporting(E_ALL ^ E_NOTICE); # ---------------------------------------------------------------------------------------------------- # SUPPORT HTACCESS # ---------------------------------------------------------------------------------------------------- define(SUPPORT_HTACCESS, true); # ---------------------------------------------------------------------------------------------------- # INCLUDE GENERAL CONFIG # ---------------------------------------------------------------------------------------------------- include("config.inc.php"); ?> /*==================================================================*\ ###################################################################### # eDirectory 4.0.1 - Licence Number L62338e2 # # ------------------------------------------------------------------ # # Copyright 2005 Arca Solutions, Inc. All Rights Reserved. # # # # This file may not be redistributed in whole or part. # # # # ---------------- eDirectory IS NOT FREE SOFTWARE ----------------- # # # # http://www.edirectory.com | http://www.edirectory.com/license.html # ###################################################################### \*==================================================================*/ # ---------------------------------------------------------------------------------------------------- # * FILE: /listings.php # ---------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------- # LOAD CONFIG # ---------------------------------------------------------------------------------------------------- include("./conf/loadconfig.inc.php"); # ---------------------------------------------------------------------------------------------------- # HEADER # ---------------------------------------------------------------------------------------------------- $extrastyle = array(DEFAULT_URL."/layout/listing_front.css", DEFAULT_URL."/layout/listing_color.css"); $banner_section = "listing"; include(EDIRECTORY_ROOT."/layout/header.php"); ?>
/* LEFT COLUMN */ ?> // LEFT SEARCH include("listingsearch.php"); ?> if(GOOGLE_ADS_ENABLED == "on") { include(INCLUDES_DIR."/code/google_ads.php"); } ?> if (BANNER_FEATURE == "on") { ?> $banner_section = "listing"; $banner = system_showBanner("TEXT_AD", $category_id, $banner_section, $amount = 1); if ($banner) { ?> } ?> } ?>
/* RIGHT COLUMN */ ?> $contentObj = new Content(); $content = $contentObj->retrieveContentByType("Listing Home"); if ($content) { echo "".$content.""; } ?> include(INCLUDES_DIR."/views/view_categories_frontpage.php"); ?>
include("featured_listing.php"); ?>
if (BANNER_FEATURE == "on") { ?> $banner_section = "listing"; $banner = system_showBanner("FEATURED", $category_id, $banner_section, $amount = 2); if ($banner) { ?># ---------------------------------------------------------------------------------------------------- # FOOTER # ---------------------------------------------------------------------------------------------------- $banner_section = "listing"; include(EDIRECTORY_ROOT."/layout/footer.php"); ?>} ?> } ?>Advertisers
=$banner?>