From bbada27ee9e797c7f6ce997152bc1efb8c8f125d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 2 Feb 2014 21:45:59 +0100 Subject: [ticket/12115] Also port user interests to profile fields PHPBB3-12115 --- phpBB/styles/prosilver/template/memberlist_view.html | 1 - phpBB/styles/prosilver/template/ucp_profile_profile_info.html | 4 ---- 2 files changed, 5 deletions(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index f580e07879..ca889f2125 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -29,7 +29,6 @@
{L_USER_IS_INACTIVE}{L_COLON}
{USER_INACTIVE_REASON}
{L_LOCATION}{L_COLON}
{LOCATION}
{L_AGE}{L_COLON}
{AGE}
-
{L_INTERESTS}{L_COLON}
{INTERESTS}
{L_USERGROUPS}{L_COLON}
{custom_fields.PROFILE_FIELD_NAME}{L_COLON}
{custom_fields.PROFILE_FIELD_VALUE}
diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html index 6a44ebafda..2de9244721 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html @@ -38,10 +38,6 @@
-
-
-
-

{L_BIRTHDAY_EXPLAIN}
-- cgit v1.2.1