home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / EasyPHP-2.0b1-setup.exe / {app} / home / header.inc.php < prev    next >
Encoding:
PHP Script  |  2006-03-29  |  1.0 KB  |  17 lines

  1. <div id="top">
  2.     <div class="container">
  3.         <img src="images_easyphp/top_version.gif" width="81" height="40" alt="version" style="float:right;" />
  4.         <img src="images_easyphp/top_title.gif" width="226" height="40" alt="EasyPHP" border="0" style="float:left;" />
  5.         <a href="index.php" style="padding:10px 20px 0px 20px;"><img src="images_easyphp/top_section_in.gif" width="11" height="7" alt=">" border="0" /><?php echo $administration ?></a>
  6.         <a href="../" style="padding:10px 40px 0px 0px;"><img src="images_easyphp/top_section_in.gif" width="11" height="7" alt=">" border="0" /><?php echo $localweb ?></a>
  7.         <a href="<?php echo $lang ?>/index.html" target="_blank"><img src="images_easyphp/top_section_in.gif" width="11" height="7" alt=">" border="0" /><?php echo $help ?></a>
  8.         <a href="http://www.easyphp.org"><img src="images_easyphp/top_section_out.gif" width="11" height="7" alt=">" border="0" />easyphp.org</a>
  9.         <div style="clear:both;"></div>
  10.     </div>
  11. </div>
  12.  
  13. <div class="i18n">
  14.     <?php
  15.         echo $lang_links;
  16.     ?>
  17. </div>