'; //---------------- $bannerX=''; $skyscraperX=''; $mpuX=''; $headerBanner= $banner; //---------------- // Essential for UH servers $HIGH_SECURITY_MODE=0; $mainTableColour="orange"; $MIRAGO_ID="GREA"; $SCOOT_ID="0"; $MIRAGO_MAXIMUM_NUMBER_OF_PAID_WEB_LISTINGS=3; // Overrides ======================================================== $CITY_GUIDE_CATEGORY_TABLE_NAME = "category"; $CITY_GUIDE_LISTING_TABLE_NAME = "listing"; $PATH_TO_INCLUDES_FOLDER = "SITE"; $CITY = "Great Yarmouth"; $city=$CITY; $CITY_LOWERCASE_UNDERSCORED = str_replace(" ", "_", strtolower($CITY) ); $COUNTY="Norfolk"; $COUNTRY="UK"; $SITE_TITLE="Great Yarmouth Online"; $SITE_URL = "https://www.greatyarmouthonline.co.uk"; $A_TO_Z_DIRECTORY = "atoz"; $STREET_INDEX_DIRECTORY = "street"; $LISTINGS_DIRECTORY = "info"; $REVIEWS_DIRECTORY = "reviews"; $CITY_GUIDE_DIRECTORY = "local"; $DIRECTORY_DIRECTORY = "directory"; $POSTCODES_DIRECTORY = "postcodes"; $LEGAL_DIRECTORY = "legal"; $cityCapitalisedAndUnderscored = str_replace(" ", "_", ucwords( strtolower($CITY) ) ); $ARRAY_OF_CITY_STREETS_INCLUDE_FILE = "arrayOf".$cityCapitalisedAndUnderscored."Streets.inc.php"; $GRAPHICS_DIRECTORY_URL = $SITE_URL."/"."graphics"; $CITY_GUIDE_URL = $SITE_URL."/".$CITY_GUIDE_DIRECTORY; $DIRECTORY_URL = $SITE_URL."/".$DIRECTORY_DIRECTORY; $TEXT_LISTING_PROFILES_URL = $SITE_URL."/".$LISTINGS_DIRECTORY; $A_TO_Z_LISTINGS_URL = $SITE_URL."/".$A_TO_Z_DIRECTORY; $DISPLAY_REVIEW_URL = $SITE_URL."/".$REVIEWS_DIRECTORY; $SUBMIT_REVIEW_URL = $SITE_URL."/submitreview"; $REPORT_ERROR_URL = $SITE_URL."/reporterror"; $SINGLE_REVIEW_URL = $SITE_URL."/".$REVIEWS_DIRECTORY; $LIST_ALL_REVIEWS_FOR_LISTING_URL = $SITE_URL."/allreviews"; $STREET_INDEX_URL = $SITE_URL."/".$STREET_INDEX_DIRECTORY; $POSTCODES_URL = $SITE_URL."/".$POSTCODES_DIRECTORY; $STYLESHEET_URL = $SITE_URL."/css/".$CITY_LOWERCASE_UNDERSCORED.".css"; $LEGAL_URL = $SITE_URL."/".$LEGAL_DIRECTORY; $PRIVACY_POLICY_URL = $LEGAL_URL."/privacy"; $DISCLAIMER_URL = $LEGAL_URL."/disclaimer"; $TERMS_AND_CONDITIONS_URL = $LEGAL_URL."/tandc"; $NUMBER_OF_DIRECTORY_LISTINGS = 20; $NUMBER_OF_CITY_GUIDE_LISTINGS = 20; $NUMBER_OF_A_TO_Z_LISTINGS = 50; $DISPLAY_REVIEWS_BEFORE_VALIDATING = true; $DISPLAY_CATEGORIES=1; $DISPLAY_DMOZ_LISTINGS=1; #$DISPLAY_PAID_THOMSON_WEBSITE_LISTINGS=1; #$DISPLAY_MIRAGO_LISTINGS=1; #$THOMSON_MAXIMUM_NUMBER_OF_PAID_WEB_LISTINGS=3; $DISPLAY_PAID_THOMSON_LISTINGS = 1; $DISPLAY_PAID_MIRAGO_LISTINGS = 1; $KEYWORDS = "Great Yarmouth hotels"; $LISTING_FRONT_HTML = "
  • "; $LISTING_BACK_HTML = "

  • "; $MAXIMUM_FEED_WAITING_TIME=5; $TEST_MODE = 0; // DB for http://www.greatyarmouthonline.org.uk #$sqldatabase = "harro_greatyarmouthonline"; $sqldatabase = "cityserver3_greatyarmouthonline2"; $database = $sqldatabase; /* $sqlhost = "db48d.pair.com"; $sqlusername = "harro_19"; $sqlpassword = "9QgkPnLJ1"; */ $sqlhost = "db96b.pair.com"; $sqlusername = "1035222_26"; $sqlpassword = "cy885fha"; $websiteTableName = strtolower($CITY)."website"; $categoryTableName = strtolower($CITY)."category"; $RAQUO_IMAGE = $GRAPHICS_DIRECTORY_URL."/raquo.gif"; $BLOCKY_ARROW_IMAGE = $GRAPHICS_DIRECTORY_URL."/blocky_arrow.gif"; $PRIMARY_COLOUR = "#0000cc"; $PRIMARY_COLOUR_BORDER = "#000099"; $SECONDARY_COLOUR = "#f4f4f4"; $SECONDARY_COLOUR_BORDER = "#eeeeee"; $BAR_COLOUR = "#ffcc00"; $FRONT_PAGE_BOX_BORDER_COLOUR = "#B0C8DF"; $SUBHEADINGS_COLOUR="#ff9933"; // Overrides ======================================================== $adsenseLinkUnitX = ' '; $leftMenu = ' .
    '.$adsenseLinkUnit.'
    '."
    \"city \"directory\" \"hotels\" "; $menu = $leftMenu; $leftColumn = $menu; if ($city) { $changeCityLink = ''; } //=================================================================================================================== // Tab changing functionality $onTabLeft = ''; $onTabBackground = ''.$SITE_URL.'/graphics/curved-box-yellow-middle.gif'; $onTabRight = ''; $offTabLeft = ''; $offTabBackground = ''.$SITE_URL.'/graphics/curved-box-blue-middle.gif'; $offTabRight = ''; $clear=''; $arrayOfPossibleTabs = array("home", "shopping", "restaurants", "pubs", "hotels", "forums", "reviews", "directory", "business"); foreach($arrayOfPossibleTabs as $possibleTab) { if($tab==$possibleTab) { $tabsLeft["$tab"] = $onTabLeft; $tabsBackground["$tab"] = $onTabBackground; $tabsRight["$tab"] = $onTabRight; } else { $tabsLeft["$possibleTab"] = $offTabLeft; $tabsBackground["$possibleTab"] = $offTabBackground; $tabsRight["$possibleTab"] = $offTabRight; } } // end foreach $googleSearchBoxX = '
    Custom Search
    '; $header='
    '.$headerBanner.'
    '.$tabsLeft["home"].' Home '.$tabsRight["home"].' '.$clear.' '.$tabsLeft["shopping"].' Shopping '.$tabsRight["shopping"].' '.$clear.' '.$tabsLeft["restaurants"].' Restaurants '.$tabsRight["restaurants"].' '.$clear.' '.$tabsLeft["pubs"].' Pubs '.$tabsRight["pubs"].' '.$clear.' '.$tabsLeft["hotels"].' Hotels '.$tabsRight["hotels"].' '.$clear.' '.$tabsLeft["reviews"].' Reviews '.$tabsRight["reviews"].' '.$clear.' '.$tabsLeft["directory"].' Directory '.$tabsRight["directory"].' '.$clear.' '.$tabsLeft["business"].' Business Finder '.$tabsRight["business"].'  
    '.$googleSearchBox.'
    '; if($DISPLAY_BRITAIN_ONLINE_HEADER) { $header = $BRITAIN_ONLINE_HEADER.$header; } $footer='
     

    '.$SITE_TITLE.' | About us | Reviews | Shopping | Business | Hotels '.$footerExtras.'
    CSE © '.date("Y").' CSE. All rights reserved. '.$SITE_TITLE.' is a city guide for '.$CITY.' and '.$COUNTY.' in '.$COUNTRY.' UK. The content of the '.$SITE_TITLE.' website is provided in good faith but we cannot be held responsible for inaccuracies, omissions or visitors\' comments.


    '.$SITE_TITLE.' is part of the  Britain Online network of city guides.
    '; //====================================================================================================================== // Articles $WELCOME_ARTICLE = 'Welcome'; $HOTELS_ARTICLE = 'Hotels'; $WELCOME_ARTICLE = "Welcome to $SITE_TITLE, your local guide for $CITY and $COUNTY."; $HOTELS_ARTICLE = "$SITE_TITLE provides hotel bookings for many of $CITY's hotels and guesthouses, enabling you to benefit from massive discounts on normal rates."; $FRONT_PAGE_ABOUT_CITY_ARTICLE = 'The seaside town of Great Yarmouth lies on the Norfolk coast at the coastal end of the Norfolk Broads. The town is highly popular with tourists due to its excellent stretches of beach and bustling promenades with a host of attractions on offer.

    Situated on a spit of land between the North Sea and the mouth of the River Yare, Great Yarmouth is home to a wide variety of retail and leisure opportunities, from funfairs and arcades to shopping centres and even beautiful listed buildings.

    The most famous part of the town is its seafront, known as \'The Golden Mile\' because of its glorious sandy beaches, which is lined from end to end with beach-front shops, amusement arcades and the famous Pleasure Beach funfair complex.

    There are also several animal attractions such as The Sea Life Centre and Amazonia World of Reptiles to grab the attention. '; $LONG_ABOUT_CITY_ARTICLE = 'With over two miles of well-maintained seafront with two Victorian piers and a plethora of modern and traditional fairground attractions, alongside all the other trappings of a bustling seaside resort, Great Yarmouth is visited by hundreds of thousands of tourists annually.

    A perfect day out for people of all ages, the town has much to offer families with a variety of children\'s fun parks and adventure playgrounds, crazy golf courses, a large boating lake and even a detailed model village which is fully illuminated at night.

    The traditional promenades in the town are traversed by trams and horse-drawn carriages that hark back to Great Yarmouth\'s rich past. Local maritime heritage is showcased at The Time and Tide museum, which highlights the important role that the fishing industry has played in the history of Great Yarmouth.

    One of the most stunning sights in the town is the listed Winter Gardens building - an iron-framed primarily glass construction that has seen many uses over the century since its construction, from ballroom to roller-rink, but is today a family leisure complex including cafes, restaurants and children\'s amusement areas.

    For the more sporty visitor, the town offers a range of venues such as an indoor Karting track, skateboard and BMX parks, as well as the popular Great Yarmouth Racecourse and Yarmouth Stadium that hosts both greyhound and stock-car racing year-round.

    After dark, the town is a popular nightspot with many busy bars, restaurants and clubs on offer.

    '; //====================================================================================================================== $rightColumn='
    Advertisements
    '; $adsenseCentralColumn=' '; $googleSearchResults = '
    '; ?> '; $body = str_replace("
  • ","
  • ", $body); $body = str_replace("
  • ","", $body); //================================================ // Tweak to tidy up the awful front page HTML if($tab=="home") { $body = str_replace("\".\"", ">", $body); # $body = str_replace("valign=\"top\"", "", $body); $body = str_replace("valign=", "data-a=", $body); $body = str_replace("width=", "data-w=", $body); $body = str_replace("border=", "data-b=", $body); $body = str_replace("bgcolor", "data-g", $body); $body = str_replace("colspan", "data-c", $body); $body = str_replace("cellspacing", "data-s", $body); $body = str_replace("cellpadding", "data-p", $body); $body = str_replace("  ", "", $body); } // Extra tweak to get rid of all the
    's in certain pages if($fileName=="local" || $tab=="a-z") { $body = str_replace("
    \r\n\t\t
    ", "", $body); $body = str_replace("offers", "", $body); $body = str_replace("listings", "", $body); $body = str_replace("
    ", "", $body); } if($fileName=="reviews") { $body = str_replace("
    ", "", $body); $body = str_replace("H3>", "H1>", $body); $body = str_replace("reviews", "", $body); } $body = str_replace("
    ", "", $body); $body = str_replace(" style=\"font-size:10pt;\"", "", $body); $body = str_replace(" style=\"color:#000000; text-decoration:none\"", "", $body); // Replace ad colour with Bootstrap's default $adsenseCentralColumn = str_replace("000099", "337ab7", $adsenseCentralColumn); if($youAreHere) { $breadcrumb = $youAreHere; $breadcrumb = str_replace("", "", $breadcrumb); $breadcrumb = str_replace("", "", $breadcrumb); $breadcrumb = str_replace("", "", $breadcrumb); # $breadcrumb=" #
    $breadcrumb
    # "; # Home > Businesses > Southbank // Make it shorter $breadcrumb = str_replace("You are here:", "", $breadcrumb); $breadcrumb = str_replace("You are here:", "", $breadcrumb); $breadcrumb = str_replace($SITE_TITLE, "Home", $breadcrumb); $breadcrumbDiv = '
    '.$breadcrumb.'
    '; } //====================================================================================================================================== // New additions for bootstrap template #$googleSearchWhite=''; // $googleSearchBox if($footerExtras) { $footerExtras = "
  • $footerExtras
  • "; } // Stop it saying UK UK if(!$COUNTRY || $COUNTRY=="UK") { $COUNTRY2 = "the"; } //==================================================================================================== //==================================================================================================== //==================================================================================================== //==================================================================================================== // Now we include components.config.inc.php // Why here? Because we can't do it before as some of the vars set above get slotted into the vars in components.config.inc.php. Wouldn't want to do it after as below is basically where the real template preparation begins // Forming the path this way makes it relative to this file, not the main extensionless file include(dirname(__FILE__)."/components.config.inc.php"); //==================================================================================================== //==================================================================================================== //==================================================================================================== //========================================================================================== //------- //Code to switch off ads on certain pages if($switchOffAds) { $rightColumn=""; $adsenseCentralColumn=""; $adsenseCentralColumnUnderneath=''; $googlePageLevelAds=""; } //------- $labelledAdsenseCentralColumn ='
    Advertisements
    '.$adsenseCentralColumn.'
    '; #$labelledAdsenseCentralColumn = '
    Advertisements
    '.$adsenseCentralColumn; $pubsSectionAdvert = "

    \n\nWhy not add a review of your favourite pub...\n\n

    "; $restaurantsSectionAdvert = "

    \n\nWhy not add a review of your favourite restaurant...\n\n

    "; $body = str_replace("","\n", $body); if($fileName=="reviews") { $body = str_replace("","
    $labelledAdsenseCentralColumn
    ", $body); } elseif($fileName=="local") { $self = $_SERVER["PHP_SELF"]; if(preg_match("/pubs/",$self) ) { $body = str_replace("","
    $pubsSectionAdvert
    ", $body); } elseif(preg_match("/restaurants/",$self) ) { $body = str_replace("","
    $restaurantsSectionAdvert
    ", $body); } else { $body = str_replace("","
    $labelledAdsenseCentralColumn
    ", $body); } } elseif($fileName=="info") { # $body = str_replace("","
    $labelledAdsenseCentralColumn
    ", $body); $body = str_replace("","
    $labelledAdsenseCentralColumn
    ", $body); } else { $body = str_replace("","
    $labelledAdsenseCentralColumn
    ", $body); } //----------------------------------------------------------------------------- // Code to insert adsenseCentralColumnUnderneath #$adsenseCentralColumnUnderneath = "
    $adsenseCentralColumnUnderneath
    "; $adsenseCentralColumnUnderneath ='
    Advertisements
    '.$adsenseCentralColumnUnderneath.'
    '; #if($fileName=="reviews") # { # $body = str_replace("","$adsenseCentralColumnUnderneath", $body); # } #elseif($fileName=="info") # { # $body = str_replace("","\n$adsenseCentralColumnUnderneath", $body); # } #elseif(preg_match("//", $body)) if(preg_match("//", $body)) { $body = str_replace("","\n$adsenseCentralColumnUnderneath", $body); } // street, local, a-z etc have the Te comments #elseif(preg_match("//", $body)) # { # $body = str_replace("","\n$adsenseCentralColumnUnderneath", $body); # } //----------------------------------------------------------------------------- //========================================================================================== if($bodyTagAttributes) { $bodyTagAttributes = " ".$bodyTagAttributes; } if($metaDescriptionTag) { $metaDescriptionTag = ''; } if($metaKeywordsTag) { $metaKeywordsTag = ''; } // Breadcrumb $resHeader = str_replace("", "$youAreHere", $resHeader); //============================================================================================================================== //============================================================================================================================== //============================================================================================================================== # ?> <? if ($titleTag) { echo($titleTag); } else { echo($pageName); } ?> >