/*==================================================================*\ ###################################################################### # 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: /index.php # ---------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------- # LOAD CONFIG # ---------------------------------------------------------------------------------------------------- include("./conf/loadconfig.inc.php"); # ---------------------------------------------------------------------------------------------------- # HEADER # ---------------------------------------------------------------------------------------------------- $extrastyle = DEFAULT_URL."/layout/general_front.css"; include(EDIRECTORY_ROOT."/layout/header.php"); ?>
/* LEFT COLUMN */ ?> // LEFT SEARCH include("search.php"); ?> // BASE JOIN include(INCLUDES_DIR."/views/view_join.php"); ?> if(GOOGLE_ADS_ENABLED == "on") { include(INCLUDES_DIR."/code/google_ads.php"); } ?> if (BANNER_FEATURE == "on") { ?> $banner = system_showBanner("TEXT_AD", $category_id, $banner_section, $amount = 2); if ($banner) { ?> } ?> } ?>
/* RIGHT COLUMN */ ?> $contentObj = new Content(); $content = $contentObj->retrieveContentByType("Home Page"); if ($content) { echo "".$content.""; } ?> include("front_featured_listing.php"); ?> include("front_featured_promotion.php"); ?> if (CLASSIFIED_FEATURE == "on") include("front_featured_classified.php"); ?> if (ARTICLE_FEATURE == "on") include("front_featured_article.php"); ?>
if (EVENT_FEATURE == "on") include("front_featured_event.php"); ?> if (BANNER_FEATURE == "on") { ?> $banner = system_showBanner("FEATURED", $category_id, $banner_section, $amount = 2); if($banner) { ?># ---------------------------------------------------------------------------------------------------- # FOOTER # ---------------------------------------------------------------------------------------------------- include(EDIRECTORY_ROOT."/layout/footer.php"); ?>} ?> } ?>Advertisers
=$banner?>