Code Duplication    Length = 13-13 lines in 2 locations

admin.php 1 location

@@ 112-124 (lines=13) @@
109
			<nav class="navbar navbar-full navbar-dark navbar-fixed-top">
110
				<div class="container">					
111
						<?php
112
							if(isset($_GET['postID']) && isset($_GET['getPostDetails']))
113
							{
114
								echo '<a id="comment-back" onclick="goBack()" href="index.php?view=' . $view . '#postId-' . htmlspecialchars($_GET['postID']) . '">';
115
								echo '<i class="fa fa-angle-left fa-3x"></i>';
116
								echo '</a>';
117
								echo '<h1>';
118
								echo '<a href="index.php?getPostDetails=' . htmlspecialchars($_GET['getPostDetails']) . '&postID=' . htmlspecialchars($_GET['postID']) . '" class="spinnable">';
119
							}
120
							else
121
							{
122
								echo '<h1>';	
123
								echo '<a href="./" class="spinnable">';
124
							}
125
						?>
126
						JodelBlue <i class="fa fa-refresh fa-1x"></i></a>
127
					</h1>					

index.php 1 location

@@ 246-258 (lines=13) @@
243
			<nav class="navbar navbar-full navbar-dark navbar-fixed-top">
244
				<div class="container">					
245
						<?php
246
							if(isset($_GET['postID']) && isset($_GET['getPostDetails']))
247
							{
248
								echo '<a id="comment-back" href="index.php?view=' . $view . '#postId-' . htmlspecialchars($_GET['postID']) . '">';
249
								echo '<i class="fa fa-angle-left fa-3x"></i>';
250
								echo '</a>';
251
								echo '<h1>';
252
								echo '<a href="index.php?getPostDetails=' . htmlspecialchars($_GET['getPostDetails']) . '&postID=' . htmlspecialchars($_GET['postID']) . '" class="spinnable">';
253
							}
254
							else
255
							{
256
								echo '<h1>';	
257
								echo '<a href="./" class="spinnable">';
258
							}
259
						?>
260
						JodelBlue <i class="fa fa-refresh fa-1x"></i></a>
261
					</h1>