public function getSiteConfiguration() {
return array(
"pageurl" => $this->pageURL,
"name" => $this->siteName,
"shortname" => $this->siteShortName,
"copyrightdate" => $this->copyrightDate,
"address" => $this->businessAddress,
"phone" => $this->businessPhone,
"supportphone" => $this->supportPhone,
"fax" => $this->businessFax,
"contact" => $this->contactEmail,
"phpmail" => $this->phpEmailFrom,
"emailcc" => $this->emailCC,
"emailbcc" => $this->emailBCC,
"rootuser" => $this->rootUser,
"url" => $this->siteURL,
"local" => $this->localFolder,
"home" => $this->defaultIndex
);
}