From 4398a51dc62ba04123db9dc081efbf4bc5ca31cd Mon Sep 17 00:00:00 2001 From: kamijoutouma Date: Sat, 14 Feb 2015 17:57:13 -0500 Subject: [ticket/13615] Correctly display images for gallery avatar in subsilver2 Avatar Gallery shows categories but no images in subsilver2. The ID was not specified in the template. Also, the correct parent template loop is called avatar_local_row and not avatar_local_col. PHPBB3-13615 --- phpBB/styles/subsilver2/template/ucp_avatar_options_local.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB') diff --git a/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html b/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html index 7beddfc109..919cf49e44 100644 --- a/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html +++ b/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html @@ -14,19 +14,19 @@ - {avatar_local_col.avatar_local_col.AVATAR_NAME} + {avatar_local_row.avatar_local_col.AVATAR_NAME} - + {L_NO_AVATAR_CATEGORY} - + -- cgit v1.2.1