legacy/Public/COMPNOR/Diplomacy/contact.php line 5

Open in your IDE?
  1. <?php
  2. $isSecure FALSE;
  3. include('../../../includes/header.php');
  4. ?>
  5. <br> <table class="internal">     <tr class='pageTitle'>         <th colspan=3><font size=+1>Diplomatic Contacts</font></th>     </tr> </table> <p align="center"> <img src="http://www.swc-empire.com/images/uc.jpg" alt="Under Construction" width="501" height="400" longdesc="Under Construction" /></p> <br />
  6. <?php
  7. include('../../../includes/footer.php');
  8. ?>