1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Do not display adding friend/foe for anonymous and users own profile

git-svn-id: file:///svn/phpbb/trunk@5754 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-03-29 08:45:42 +00:00
parent dd1e25e830
commit 86ed5e5828
2 changed files with 4 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
<tr>
<td align="center">{ONLINE_IMG}</td>
</tr>
<!-- IF S_USER_LOGGED_IN -->
<!-- IF S_USER_LOGGED_IN and S_ZEBRA -->
<tr>
<td class="genmed" align="center">[ <a href="{U_ADD_FRIEND}">{L_ADD_FRIEND}</a> | <a href="{U_ADD_FOE}">{L_ADD_FOE}</a> ]</td>
</tr>