' ; //var_dump($_SESSION) ; echo ' $_SESSION
' ; // ==== BEGINING OF EDITABLE MATERIAL =================================================== $pg = 'aboutUs' ; $pgMode = '' ; // Add, Edit, Show, Delete $thisPage = $pg.$pgMode.'.php'; $pgName = $pg.$pgMode.'Pg' ; // name of page as logged into the db table 3da_humanVisits // include files, in order $logVisit = 'fn/visitor.php' ; $formSubmitProcessing = '' ; // (optional) $upperContent = '' ; // (optional) $metaTags = 'pgCommon/metaTags.inc.php' ; $top_css_js = 'pgCommon/css&js.inc.php' ; $navMenu = 'pgCommon/navMenu.inc.php' ; $burgerMenu = 'pgCommon/burgerMenu.inc.php' ; $socMediaBar = 'pgCommon/socMediaBar.inc.php' ; $formName = 'pgForms/'.$pg.'.inc.php' ; $footer = 'pgCommon/footer.inc.php' ; $js_endOfPg = 'pgCommon/js_endOfPg.inc.php' ; $js_formBehaviorTop = '' ; // (optional) $js_formBehaviorBottom = '' ; // (optional) $js_formLoadValues = '' ; // $showForm = ($upperContent == '') ? TRUE : FALSE ; // usually HANDLED BY UPPER CONTENT FILE // usually be turned off after successful form submit processing; $displayDebug = FALSE ; // backend debugging $mailDebug = FALSE ; // to mail debugging info to developer $mail_logged_info = FALSE ; // to mail the info being logged to developer $developing = FALSE ; // change this between development and live implementation if (!isset($_SESSION["user_id" ])) $_SESSION["user_id" ] = 0 ; if (!isset($_SESSION["user_name" ])) $_SESSION["user_name" ] = '' ; if (!isset($_SESSION["isAdmin" ])) $_SESSION["isAdmin" ] = FALSE ; if (!isset($_SESSION["visitorsSID" ])) $_SESSION["visitorsSID" ] = 0 ; if (!isset($_SESSION["visitorsIdentifier"])) $_SESSION["visitorsIdentifier"] = '' ; if (!isset($_SESSION["currentOrg" ])) $_SESSION["currentOrg" ] = 0 ; if (!isset($_SESSION["currentSchoolID" ])) $_SESSION["currentSchoolID" ] = '' ; if (!isset($_SESSION["currentSchoolName" ])) $_SESSION["currentSchoolName" ] = '' ; if (!isset($_SESSION["currentClass" ])) $_SESSION["currentClass" ] = '' ; $user = $_SESSION["user_id" ] ; $userName = $_SESSION["user_name" ] ; $isAdmin = $_SESSION["isAdmin" ] ; $visitorSID = $_SESSION["visitorsSID" ] ; $alias = $_SESSION["visitorsIdentifier"] ; $org = $_SESSION["currentOrg" ] ; $schoolID = $_SESSION["currentSchoolID" ] ; $schoolName = $_SESSION["currentSchoolName" ] ; $class = $_SESSION["currentClass" ] ; $classOf = substr($class, -2) ; $formHeadingTxt = '' ; $headerHTML = '

ABOUT US

'; $meta_siteName = 'Old-Friends' ; $meta_keywords = 'high school alumni, about us page, about us, company about, company summary, this is us, about us website, us companies, companies in usa, about us page for website, abt us, contact us, united states company' ; $meta_title = 'About Us: Old-Friends' ; $meta_subject = 'About Old-Friends.co, how and why it began, what it offers.' ; $meta_description = 'Information about Old-Friends.co, a US-based web alumni website for all US and Canadian high schools. Learn more about us and our goals. Membership services provided.' ; $meta_url = 'aboutUs.php/' ; //$meta_imageURL = 'images/bg_ClassRing_1000x300.jpg' ; $meta_imageURL = '' ; $meta_author = 'Birchwood Media Website Developers' ; $featured_snippet = '

Old Friends - About Us page

' ; // ==== END OF EDITABLE MATERIAL =================================================== include_once "pgCommon/main.inc.php" ; ?>