Code Duplication    Length = 3-3 lines in 2 locations

Themes/default/MessageIndex.template.php 1 location

@@ 73-75 (lines=3) @@
70
					</div>
71
					<div class="lastpost lpr_border">';
72
73
			if (!empty($board['last_post']['id']))
74
				echo '
75
						<p>', $board['last_post']['last_post_message'], '</p>';
76
			echo '
77
					</div>';
78

Themes/default/BoardIndex.template.php 1 location

@@ 226-228 (lines=3) @@
223
 */
224
function template_bi_board_lastpost($board)
225
{
226
	if (!empty($board['last_post']['id']))
227
		echo '
228
						<p>', $board['last_post']['last_post_message'], '</p>';
229
}
230
231
/**