initialise(); } function initialise() { //---------------------------Database Connection ----------------------------- $this->dBUser = "norristo_osiris"; $this->dBPassword = "osiris123S"; $this->dBHost = "localhost"; $this->database = "norristo_website"; //--------------------------------------------------------------------------------------- //$this->adminEmail="sharon@BioNanomatrix.com"; //this is the correct client email -MG 8/5/10 $this->adminEmail = "info@norristown.org"; //$this->adminEmail = "mgunn@osiris-inc.com"; //-----------------------Site Configuration --- to be shifted in a file ------------------------ $this->title= ""; $this->description="Municipality of Norristown"; $this->keywords="Municipality of Norristown"; $this->generator="Page developped by osiris"; $this->copyright=' '; $this->root="http://norristown.org"; // CSS //$this->defaultStylesheet="default.style.css"; $this->defaultStylesheet="screen.css"; $this->defaultPrintStylesheet="print.css"; $this->defaultIEStylesheet="ie6.css"; $this->cssFolderName="css"; $this->defaultTemplateFile="default.tpl.htm"; $this->tplFolderName="tpl_pages"; $this->permalinks=1; $this->DEBUG=0; //0=disable debugging 1=Enable Debuging : It will show the text at the bottom of the page. $this->flickrUsername = "78505687@N06"; $this->flickrApiKey = "d96f8655031284869b47a87e2cf833e1"; $this->flickrSecret = "a6fc29be38872082"; $this->flickrSetId = "72157629695306227"; $this->enableFlickrCache=0; //0 = Disable 1= database 2= file system // Google Map API $this->googleMapAPI='AIzaSyCG-FmVq2pqDXO9F892oCVqh9lcsMFB8wI'; //Gallery Setup $this->perPageThumbs=24; $this->galleryLink="photo-gallery"; $this->galleryFolder="images/gallery/"; $this->defaultAlbum="test"; //not in use $this->defaultAlbumId=2; $this->subFolder="/"; ////////////////////////// //Constant Contacts $this->conctantContactBuiltInForm =0; //Posts on cc.php if Builtin form is used . Posts to Constant contact External Form otherwise. ////////////////////////////////// } } ?>