home *** CD-ROM | disk | FTP | other *** search
- <?php
- /********************************************************
-
- FILE: include/pref_header.inc
- PURPOSE:
- Show header in "source/prefs.php" and "source/pref_colors.php"
-
- ********************************************************/
- ?>
- <table border="0" cellspacing="2" cellpadding="0" width="100%">
- <tr bgcolor="<?php echo $my_colors["main_head_bg"]?>"><td><span class="bigTitle"><?php echo $prefHeaderStrings[0]?></span></td></tr>
- <tr><td class="mainLight">
- [<a href="prefs.php?user=<?php echo $sid; ?>" class="mainLight"><?php echo $prefHeaderStrings[1]?></a>]
- [<a href="pref_identities.php?user=<?php echo $sid; ?>" class="mainLight"><?php echo $prefHeaderStrings[3]?></a>]
- [<a href="pref_colors.php?user=<?php echo $sid; ?>" class="mainLight"><?php echo $prefHeaderStrings[2]?></a>]
- <?php
- if ($GPG_ENABLE){
- echo '[<a href="pref_gpg.php?user='.$sid.'" class="mainLight">GPG</a>]';
- }
- ?>
- </td></tr>
- </table>
-