|
@@ 515-522 (lines=8) @@
|
| 512 |
|
</content> |
| 513 |
|
<aside> |
| 514 |
|
<?php |
| 515 |
|
if($isDetailedView) |
| 516 |
|
{?> |
| 517 |
|
<a href="index.php?vote=up&getPostDetails=true&postID=<?php echo $post['post_id'];?>&postID_parent=<?php echo htmlspecialchars($_GET['postID']);?>" rel="nofollow"> |
| 518 |
|
<?php } |
| 519 |
|
else |
| 520 |
|
{?> |
| 521 |
|
<a href="index.php?vote=up&postID=<?php echo $post['post_id'];?>" rel="nofollow"> |
| 522 |
|
<?php } ?> |
| 523 |
|
<i class="fa fa-angle-up fa-3x"></i> |
| 524 |
|
</a> |
| 525 |
|
<br /> |
|
@@ 528-535 (lines=8) @@
|
| 525 |
|
<br /> |
| 526 |
|
<?php echo $post["vote_count"];?><br /> |
| 527 |
|
<?php |
| 528 |
|
if($isDetailedView) |
| 529 |
|
{?> |
| 530 |
|
<a href="index.php?vote=down&getPostDetails=true&postID=<?php echo $post['post_id'];?>&postID_parent=<?php echo htmlspecialchars($_GET['postID']);?>" rel="nofollow"> |
| 531 |
|
<?php } |
| 532 |
|
else |
| 533 |
|
{?> |
| 534 |
|
<a href="index.php?vote=down&postID=<?php echo $post['post_id'];?>" rel="nofollow"> |
| 535 |
|
<?php } ?> |
| 536 |
|
<i class="fa fa-angle-down fa-3x"></i> |
| 537 |
|
</a> |
| 538 |
|
</aside> |