Code Duplication    Length = 3-3 lines in 2 locations

Themes/default/Recent.template.php 1 location

@@ 49-51 (lines=3) @@
46
			<ul class="quickbuttons">';
47
48
		// If they *can* reply?
49
		if ($post['can_reply'])
50
			echo '
51
				<li><a href="', $scripturl, '?action=post;topic=', $post['topic'], '.', $post['start'], '"><span class="generic_icons reply_button"></span>', $txt['reply'], '</a></li>';
52
53
		// If they *can* quote?
54
		if ($post['can_quote'])

Themes/default/Profile.template.php 1 location

@@ 532-534 (lines=3) @@
529
				<ul class="quickbuttons">';
530
531
			// If they *can* reply?
532
			if ($post['can_reply'])
533
				echo '
534
					<li><a href="', $scripturl, '?action=post;topic=', $post['topic'], '.', $post['start'], '"><span class="generic_icons reply_button"></span>', $txt['reply'], '</a></li>';
535
536
			// If they *can* quote?
537
			if ($post['can_quote'])