Files
pae.co.at/other/archive/version_01/html/html_contact.php
2017-03-02 21:57:21 -06:00

39 lines
1.1 KiB
PHP
Executable File

<?php
###################################################################################################### set up this contact page
global $_MENU,$_WORDS; // globals we will need
?>
<div class='page_subtitle'><?php echo $_WORDS['contactinformation'] ?></div>
<div class='page_content'>
<table cellpadding='10' cellspacing='0' border='0'>
<tr>
<td valign='top' align='right'><strong><?php echo $_WORDS['address'] ?>:</strong></td>
<td valign='top'>
Pro Active English
<br />
Don-Bosco Gasse 39a
<br />
A-1230 Wien
</td>
<tr>
</tr>
<td valign='top' align='right'><strong><?php echo $_WORDS['email'] ?>:</strong></td>
<td valign='top'>
<a href='mailto:Office@pae.co.at'>Office@pae.co.at</a>
</td>
<tr>
</tr>
<td valign='top' align='right'><strong><?php echo $_WORDS['phone'] ?>:</strong></td>
<td valign='top'>
+43 1 665 0989 0
</td>
<tr>
</tr>
<td valign='top' align='right'><strong><?php echo $_WORDS['fax'] ?>:</strong></td>
<td valign='top'>
+43 1 665 0989 7
</td>
</tr>
</table>
</div>