include('../left_search.php'); ?>
Search this site:
|
|
|
|
echo $page_title; ?>
|
if ($logo != '' && $logo != ' ') {
echo ' ';
} else { echo ' '; }?>
|
|
|
echo $address; ?>
|
|
|
|
echo $mission_statement; ?>
|
if ($photo1 != '' && $photo1 != ' ') {
echo '  ';
} ?>
echo $caption1; ?>
|
if ($photo2 != '' && $photo2 != ' ') {
echo '  ';
} ?>
echo $caption2; ?>
|
|
CONTACT US:
|
Office Address:
|
echo $office_address; ?> |
Postal Address:
|
echo $postal_address; ?> |
Telephone:
|
echo $phone; ?> |
Facsimile:
|
echo $fax; ?> |
Email:
|
echo $email; ?> |
How to find us:
|
|
| |
echo $how_to_find; ?> |
Associated Congregation: |
|
|
KEY PERSONNEL:
$link_personnel = mssql_connect($mysql_server, $mysql_username, $mysql_password);
mssql_select_db($mysql_db);
//
if(is_numeric($keyword)){
$query_personnel = sprintf("select * from LCAPeopleOrgs where EntityID = %d",$keyword);
$result_personnel = mssql_query($query_personnel, $link_personnel);
echo '';
while($row_personnel = mssql_fetch_array($result_personnel, MSSQL_ASSOC)) {
//var_dump($row_personnel);
echo '| '.$row_personnel['Title'].' '.$row_personnel['PreferredName'].' '.$row_personnel['Surname'].' | '.$row_personnel['PositionTitle'].' | ';
}
echo ' ';
}
?>
|
SERVICES WE OFFER:
echo $services_provided; ?>
|
|
OPEN HOURS:
echo $office_hours; ?>
|
|
OTHER INFORMATION:
echo $other_info; ?>
|
|
include('../footer.php'); ?>
|
|
|