home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / pref_header.inc < prev    next >
Encoding:
Text File  |  2003-03-16  |  927 b   |  23 lines

  1. <?php
  2. /********************************************************
  3.  
  4.     FILE: include/pref_header.inc
  5.     PURPOSE:
  6.         Show header in "source/prefs.php" and "source/pref_colors.php"
  7.         
  8. ********************************************************/
  9. ?>
  10. <table border="0" cellspacing="2" cellpadding="0" width="100%">
  11. <tr bgcolor="<?php echo $my_colors["main_head_bg"]?>"><td><span class="bigTitle"><?php echo $prefHeaderStrings[0]?></span></td></tr>
  12. <tr><td class="mainLight">
  13.     [<a href="prefs.php?user=<?php echo $sid; ?>" class="mainLight"><?php echo $prefHeaderStrings[1]?></a>]
  14.     [<a href="pref_identities.php?user=<?php echo $sid; ?>" class="mainLight"><?php echo $prefHeaderStrings[3]?></a>]
  15.     [<a href="pref_colors.php?user=<?php echo $sid; ?>" class="mainLight"><?php echo $prefHeaderStrings[2]?></a>]
  16.     <?php
  17.     if ($GPG_ENABLE){
  18.         echo '[<a href="pref_gpg.php?user='.$sid.'" class="mainLight">GPG</a>]';
  19.     }
  20.     ?>
  21. </td></tr>
  22. </table>
  23.