retrievePage("object"); $paging_url = LISTING_DEFAULT_URL."/reviewcomments.php"; # PAGES DROP DOWN ---------------------------------------------------------------------------------------------- $pagesDropDown = $pageObj->getPagesDropDown($_GET, $paging_url, $screen, system_showText(LANG_PAGING_GOTOPAGE)." ", "this.form.submit();"); # -------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------- # HEADER # ---------------------------------------------------------------------------------------------------- $extrastyle = array(DEFAULT_URL."/layout/listing_result.css", DEFAULT_URL."/layout/listing_color.css"); $banner_section = "listing"; $headertag_title = "Reviews of ".$listingObj->getString("title"); $headertag_description = "Reviews of ".$listingObj->getString("title").", ".$listingObj->getString("description"); $headertag_keywords = str_replace(" || ", ", ", $listingObj->getString("keywords")); include(EDIRECTORY_ROOT."/layout/header.php"); ?>