Code Duplication    Length = 6-6 lines in 2 locations

Themes/default/Display.template.php 2 locations

@@ 238-243 (lines=6) @@
235
		</div>';
236
237
	// Mobile action - moderation buttons (top)
238
	if (!empty($context['normal_buttons']))
239
	echo '
240
		<div class="mobile_buttons floatright">
241
			<a class="button mobile_act">', $txt['mobile_action'], '</a>
242
			', !empty($context['mod_buttons']) ? '<a class="button mobile_mod">' . $txt['mobile_moderation'] . '</a>' : '', '
243
		</div>';
244
245
	// Show the topic information - icon, subject, etc.
246
	echo '
@@ 262-267 (lines=6) @@
259
		</div><!-- #forumposts -->';
260
261
	// Mobile action - moderation buttons (bottom)
262
	if (!empty($context['normal_buttons']))
263
	echo '
264
		<div class="mobile_buttons floatright">
265
			<a class="button mobile_act">', $txt['mobile_action'], '</a>
266
			', !empty($context['mod_buttons']) ? '<a class="button mobile_mod">' . $txt['mobile_moderation'] . '</a>' : '', '
267
		</div>';
268
269
	// Show the page index... "Pages: [1]".
270
	echo '