| @@ 388-395 (lines=8) @@ | ||
| 385 | </content> |
|
| 386 | <aside> |
|
| 387 | <?php |
|
| 388 | if($isDetailedView) |
|
| 389 | {?> |
|
| 390 | <a href="index.php?vote=up&getPostDetails=true&postID=<?php echo $post['post_id'];?>&postID_parent=<?php echo htmlspecialchars($_GET['postID']);?>"> |
|
| 391 | <?php } |
|
| 392 | else |
|
| 393 | {?> |
|
| 394 | <a href="index.php?vote=up&postID=<?php echo $post['post_id'];?>"> |
|
| 395 | <?php } ?> |
|
| 396 | <i class="fa fa-angle-up fa-3x"></i> |
|
| 397 | </a> |
|
| 398 | <br /> |
|
| @@ 401-408 (lines=8) @@ | ||
| 398 | <br /> |
|
| 399 | <?php echo $post["vote_count"];?><br /> |
|
| 400 | <?php |
|
| 401 | if($isDetailedView) |
|
| 402 | {?> |
|
| 403 | <a href="index.php?vote=down&getPostDetails=true&postID=<?php echo $post['post_id'];?>&postID_parent=<?php echo htmlspecialchars($_GET['postID']);?>"> |
|
| 404 | <?php } |
|
| 405 | else |
|
| 406 | {?> |
|
| 407 | <a href="index.php?vote=down&postID=<?php echo $post['post_id'];?>"> |
|
| 408 | <?php } ?> |
|
| 409 | <i class="fa fa-angle-down fa-3x"></i> |
|
| 410 | </a> |
|
| 411 | </aside> |
|