Add Mail name to header if in cookie

This commit is contained in:
Retro_Guy 2021-10-10 05:54:23 +00:00
parent 5332bbbdb9
commit 30aaf8b340
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ if (file_exists($rootdir.'common/mods/images/rocksolidlight.png')) {
echo '<a href="'.trim($linkitem[1]).'">'.trim($linkitem[0]).'</a>&nbsp;&nbsp';
}
}
if(isset($_COOKIE['mail_name'])) {
echo '('.$_COOKIE['mail_name'].')';
}
?>
</td>
</tr>