| @@ 444-451 (lines=8) @@ | ||
| 441 | </content> |
|
| 442 | <aside> |
|
| 443 | <?php |
|
| 444 | if($isDetailedView) |
|
| 445 | {?> |
|
| 446 | <a href="index.php?vote=up&getPostDetails=true&postID=<?php echo $post['post_id'];?>&postID_parent=<?php echo htmlspecialchars($_GET['postID']);?>"> |
|
| 447 | <?php } |
|
| 448 | else |
|
| 449 | {?> |
|
| 450 | <a href="index.php?vote=up&postID=<?php echo $post['post_id'];?>"> |
|
| 451 | <?php } ?> |
|
| 452 | <i class="fa fa-angle-up fa-3x"></i> |
|
| 453 | </a> |
|
| 454 | <br /> |
|
| @@ 457-464 (lines=8) @@ | ||
| 454 | <br /> |
|
| 455 | <?php echo $post["vote_count"];?><br /> |
|
| 456 | <?php |
|
| 457 | if($isDetailedView) |
|
| 458 | {?> |
|
| 459 | <a href="index.php?vote=down&getPostDetails=true&postID=<?php echo $post['post_id'];?>&postID_parent=<?php echo htmlspecialchars($_GET['postID']);?>"> |
|
| 460 | <?php } |
|
| 461 | else |
|
| 462 | {?> |
|
| 463 | <a href="index.php?vote=down&postID=<?php echo $post['post_id'];?>"> |
|
| 464 | <?php } ?> |
|
| 465 | <i class="fa fa-angle-down fa-3x"></i> |
|
| 466 | </a> |
|
| 467 | </aside> |
|