| @@ 159-169 (lines=11) @@ | ||
| 156 | </span> |
|
| 157 | </td> |
|
| 158 | <td class="comments"> |
|
| 159 | <?php if($showCommentIcon) {?> |
|
| 160 | <span data-tooltip="Comments"> |
|
| 161 | <a href="index.php?getPostDetails=true&postID=<?php echo $posts[$i]["post_id"];?>"> |
|
| 162 | <i class="fa fa-commenting-o"></i> |
|
| 163 | <?php if(array_key_exists("child_count", $posts[$i])) { |
|
| 164 | echo $posts[$i]["child_count"]; |
|
| 165 | } else echo "0"; |
|
| 166 | ?> |
|
| 167 | </a> |
|
| 168 | </span> |
|
| 169 | <?php } ?> |
|
| 170 | </td> |
|
| 171 | <td class="distance"> |
|
| 172 | <span data-tooltip="Distance"> |
|
| @@ 266-276 (lines=11) @@ | ||
| 263 | </span> |
|
| 264 | </td> |
|
| 265 | <td class="comments"> |
|
| 266 | <?php if($showCommentIcon) {?> |
|
| 267 | <span data-tooltip="Comments"> |
|
| 268 | <a href="index.php?getPostDetails=true&postID=<?php echo $posts[$i]["post_id"];?>"> |
|
| 269 | <i class="fa fa-commenting-o"></i> |
|
| 270 | <?php if(array_key_exists("child_count", $posts[$i])) { |
|
| 271 | echo $posts[$i]["child_count"]; |
|
| 272 | } else echo "0"; |
|
| 273 | ?> |
|
| 274 | </a> |
|
| 275 | </span> |
|
| 276 | <?php } ?> |
|
| 277 | </td> |
|
| 278 | <td class="distance"> |
|
| 279 | <span data-tooltip="Distance"> |
|