Code Duplication    Length = 5-5 lines in 2 locations

Themes/default/PersonalMessage.template.php 1 location

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

Themes/default/Display.template.php 1 location

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