Code Duplication    Length = 5-5 lines in 2 locations

Themes/default/PersonalMessage.template.php 1 location

@@ 261-265 (lines=5) @@
258
			<ul class="user_info">';
259
260
			// Show the user's avatar.
261
			if (!empty($modSettings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
262
				echo '
263
				<li class="avatar">
264
					<a href="', $scripturl, '?action=profile;u=', $message['member']['id'], '">', $message['member']['avatar']['image'], '</a>
265
				</li>';
266
267
		// Are there any custom fields below the avatar?
268
		if (!empty($message['custom_fields']['below_avatar']))

Themes/default/Display.template.php 1 location

@@ 515-519 (lines=5) @@
512
513
514
	// Show the user's avatar.
515
	if (!empty($modSettings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
516
		echo '
517
								<li class="avatar">
518
									<a href="', $message['member']['href'], '">', $message['member']['avatar']['image'], '</a>
519
								</li>';
520
521
	// Are there any custom fields below the avatar?
522
	if (!empty($message['custom_fields']['below_avatar']))