diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-05-16 09:39:08 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-05-16 09:39:08 +0000 |
| commit | 32fe40c70bd9c6a8a3056c084c5012293c96f58b (patch) | |
| tree | 9d66a1033ba54be88d40f36ef3fcd03d0287fd58 | |
| parent | 43f42accdbd8fa60d00083f852a07e5ff08b3c69 (diff) | |
| download | forums-32fe40c70bd9c6a8a3056c084c5012293c96f58b.tar forums-32fe40c70bd9c6a8a3056c084c5012293c96f58b.tar.gz forums-32fe40c70bd9c6a8a3056c084c5012293c96f58b.tar.bz2 forums-32fe40c70bd9c6a8a3056c084c5012293c96f58b.tar.xz forums-32fe40c70bd9c6a8a3056c084c5012293c96f58b.zip | |
#11008
git-svn-id: file:///svn/phpbb/trunk@7601 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_avatar_options.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_profile_avatar.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options.html b/phpBB/styles/prosilver/template/ucp_avatar_options.html index 2027ad6ea0..3be5543998 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options.html @@ -1,7 +1,7 @@ <div class="panel"> <div class="inner"><span class="corners-top"><span></span></span> - <!-- IF not S_UPLOAD_AVATAR_FILE and not S_UPLOAD_AVATAR_URL and not S_LINK_AVATAR and not S_IN_AVATAR_GALLERY --> + <!-- IF not S_UPLOAD_AVATAR_FILE and not S_UPLOAD_AVATAR_URL and not S_LINK_AVATAR and not S_IN_AVATAR_GALLERY and not S_DISPLAY_GALLERY --> <p>{L_AVATAR_FEATURES_DISABLED}</p> <!-- ENDIF --> diff --git a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html index 2c20a5f3f2..d49be1d96b 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html @@ -16,7 +16,7 @@ <!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /> <!-- ENDIF --></td> </tr> -<!-- IF not S_UPLOAD_AVATAR_FILE and not S_UPLOAD_AVATAR_URL and not S_LINK_AVATAR and not S_IN_AVATAR_GALLERY --> +<!-- IF not S_UPLOAD_AVATAR_FILE and not S_UPLOAD_AVATAR_URL and not S_LINK_AVATAR and not S_IN_AVATAR_GALLERY and not S_DISPLAY_GALLERY --> <tr> <td class="row3" colspan="2" align="center">{L_AVATAR_FEATURES_DISABLED}</td> </tr> |
