@@ 110-122 (lines=13) @@ | ||
107 | <nav class="navbar navbar-full navbar-dark navbar-fixed-top"> |
|
108 | <div class="container"> |
|
109 | <?php |
|
110 | if(isset($_GET['postID']) && isset($_GET['getPostDetails'])) |
|
111 | { |
|
112 | echo '<a id="comment-back" onclick="goBack()" href="index.php?view=' . $view . '#postId-' . htmlspecialchars($_GET['postID']) . '">'; |
|
113 | echo '<i class="fa fa-angle-left fa-3x"></i>'; |
|
114 | echo '</a>'; |
|
115 | echo '<h1>'; |
|
116 | echo '<a href="index.php?getPostDetails=' . htmlspecialchars($_GET['getPostDetails']) . '&postID=' . htmlspecialchars($_GET['postID']) . '" class="spinnable">'; |
|
117 | } |
|
118 | else |
|
119 | { |
|
120 | echo '<h1>'; |
|
121 | echo '<a href="./" class="spinnable">'; |
|
122 | } |
|
123 | ?> |
|
124 | JodelBlue <i class="fa fa-refresh fa-1x"></i></a> |
|
125 | </h1> |
@@ 224-236 (lines=13) @@ | ||
221 | <nav class="navbar navbar-full navbar-dark navbar-fixed-top"> |
|
222 | <div class="container"> |
|
223 | <?php |
|
224 | if(isset($_GET['postID']) && isset($_GET['getPostDetails'])) |
|
225 | { |
|
226 | echo '<a id="comment-back" onclick="goBack()" href="index.php?view=' . $view . '#postId-' . htmlspecialchars($_GET['postID']) . '">'; |
|
227 | echo '<i class="fa fa-angle-left fa-3x"></i>'; |
|
228 | echo '</a>'; |
|
229 | echo '<h1>'; |
|
230 | echo '<a href="index.php?getPostDetails=' . htmlspecialchars($_GET['getPostDetails']) . '&postID=' . htmlspecialchars($_GET['postID']) . '" class="spinnable">'; |
|
231 | } |
|
232 | else |
|
233 | { |
|
234 | echo '<h1>'; |
|
235 | echo '<a href="./" class="spinnable">'; |
|
236 | } |
|
237 | ?> |
|
238 | JodelBlue <i class="fa fa-refresh fa-1x"></i></a> |
|
239 | </h1> |