Code Duplication    Length = 3-3 lines in 2 locations

Themes/default/Recent.template.php 1 location

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

Themes/default/Profile.template.php 1 location

@@ 517-519 (lines=3) @@
514
				<ul class="quickbuttons">';
515
516
			// If they *can* reply?
517
			if ($post['can_reply'])
518
				echo '
519
					<li><a href="', $scripturl, '?action=post;topic=', $post['topic'], '.', $post['start'], '"><span class="generic_icons reply_button"></span>', $txt['reply'], '</a></li>';
520
521
			// If they *can* quote?
522
			if ($post['can_quote'])