| @@ 471-478 (lines=8) @@ | ||
| 468 | </content> |
|
| 469 | <aside> |
|
| 470 | <?php |
|
| 471 | if($isDetailedView) |
|
| 472 | {?> |
|
| 473 | <a href="index.php?vote=up&getPostDetails=true&postID=<?php echo $post['post_id'];?>&postID_parent=<?php echo htmlspecialchars($_GET['postID']);?>"> |
|
| 474 | <?php } |
|
| 475 | else |
|
| 476 | {?> |
|
| 477 | <a href="index.php?vote=up&postID=<?php echo $post['post_id'];?>"> |
|
| 478 | <?php } ?> |
|
| 479 | <i class="fa fa-angle-up fa-3x"></i> |
|
| 480 | </a> |
|
| 481 | <br /> |
|
| @@ 484-491 (lines=8) @@ | ||
| 481 | <br /> |
|
| 482 | <?php echo $post["vote_count"];?><br /> |
|
| 483 | <?php |
|
| 484 | if($isDetailedView) |
|
| 485 | {?> |
|
| 486 | <a href="index.php?vote=down&getPostDetails=true&postID=<?php echo $post['post_id'];?>&postID_parent=<?php echo htmlspecialchars($_GET['postID']);?>"> |
|
| 487 | <?php } |
|
| 488 | else |
|
| 489 | {?> |
|
| 490 | <a href="index.php?vote=down&postID=<?php echo $post['post_id'];?>"> |
|
| 491 | <?php } ?> |
|
| 492 | <i class="fa fa-angle-down fa-3x"></i> |
|
| 493 | </a> |
|
| 494 | </aside> |
|