Add Mail name to header if in cookie
This commit is contained in:
parent
5332bbbdb9
commit
30aaf8b340
@ -71,6 +71,9 @@ if (file_exists($rootdir.'common/mods/images/rocksolidlight.png')) {
|
|||||||
echo '<a href="'.trim($linkitem[1]).'">'.trim($linkitem[0]).'</a>  ';
|
echo '<a href="'.trim($linkitem[1]).'">'.trim($linkitem[0]).'</a>  ';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(isset($_COOKIE['mail_name'])) {
|
||||||
|
echo '('.$_COOKIE['mail_name'].')';
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user