Ejemplo n.º 1
0
 * Contact page
 * @author Rene F. Gabriel Junior <*****@*****.**>
 * @author Rene Faustino Gabriel Junior  (Analista-Desenvolvedor)
 * @copyright © Pan American Health Organization, 2013. All rights reserved.
 * @access public
 * @version v0.13.46
 * @package ProEthos
 * @subpackage Contact
 */
/* mark active page to cabmenu */
$active_page = 'contact';
$nosec = 1;
require "cab.php";
require "_class/_class_committee.php";
$cmt = new committee();
$cmt->le();
echo '<H1>' . mst(msg('contact_us')) . '</H1>';
echo '<BR>';
echo '<fieldset>';
echo '<font class="lt3"><B>' . $cmt->institution_name . '</B></font>';
echo '<BR>';
echo '<A HREF="' . $cmt->institution_site . '">' . $cmt->institution_site . '</a>';
echo '<BR>';
echo mst($cmt->institution_email);
echo '<BR><BR>';
echo mst($cmt->institution_address);
echo '<BR>';
echo $cmt->institution_city . ' - ' . $cmt->institution_country;
echo '<BR>';
echo msg('phone_number') . ' ' . $cmt->institution_phone;
echo '<BR><BR>';