Code Duplication    Length = 5-5 lines in 2 locations

Themes/default/Display.template.php 1 location

@@ 530-534 (lines=5) @@
527
							<ul class="user_info">';
528
529
	// Show the user's avatar.
530
	if (!empty($modSettings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
531
		echo '
532
								<li class="avatar">
533
									<a href="', $message['member']['href'], '">', $message['member']['avatar']['image'], '</a>
534
								</li>';
535
536
	// Are there any custom fields below the avatar?
537
	if (!empty($message['custom_fields']['below_avatar']))

Themes/default/PersonalMessage.template.php 1 location

@@ 273-277 (lines=5) @@
270
					<ul class="user_info">';
271
272
			// Show the user's avatar.
273
			if (!empty($modSettings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
274
				echo '
275
						<li class="avatar">
276
							<a href="', $scripturl, '?action=profile;u=', $message['member']['id'], '">', $message['member']['avatar']['image'], '</a>
277
						</li>';
278
279
			// Are there any custom fields below the avatar?
280
			if (!empty($message['custom_fields']['below_avatar']))