diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_view.html')
-rw-r--r-- | phpBB/styles/prosilver/template/memberlist_view.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index 33bb251eca..fe3d3f33b5 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -32,9 +32,6 @@ <!-- IF INTERESTS --><dt>{L_INTERESTS}:</dt> <dd>{INTERESTS}</dd><!-- ENDIF --> <!-- IF S_GROUP_OPTIONS --><dt>{L_USERGROUPS}:</dt> <dd><select name="g">{S_GROUP_OPTIONS}</select> <input type="submit" name="submit" value="{L_GO}" class="button2" /></dd><!-- ENDIF --> <!-- BEGIN custom_fields --><dt>{custom_fields.PROFILE_FIELD_NAME}:</dt> <dd>{custom_fields.PROFILE_FIELD_VALUE}</dd><!-- END custom_fields --> - <dt>rank something somethinglong to display here to display</dt> <dd>Something</dd> - <dt>rank something somethinglong to display here to display</dt> <dd>Something</dd> - <dt>rank something somethinglong to display here to display</dt> <dd>Something</dd> <!-- IF S_USER_LOGGED_IN and S_ZEBRA --> <!-- IF U_ADD_FRIEND and U_ADD_FOE--> <dt> </dt> <dd><a href="{U_ADD_FRIEND}"><strong>{L_ADD_FRIEND}</strong></a></dd> |