| @@ 98-105 (lines=8) @@ | ||
| 95 | </content> |
|
| 96 | <aside> |
|
| 97 | <?php |
|
| 98 | if($this->isDetailedView) |
|
| 99 | {?> |
|
| 100 | <a href="index.php?vote=up&getPostDetails=true&postId=<?php echo $post['post_id'];?>&postId_parent=<?php echo htmlspecialchars($_GET['postId']);?>" rel="nofollow"> |
|
| 101 | <?php } |
|
| 102 | else |
|
| 103 | {?> |
|
| 104 | <a href="index.php?vote=up&postId=<?php echo $post['post_id'];?>" rel="nofollow"> |
|
| 105 | <?php } ?> |
|
| 106 | <i class="fa fa-angle-up fa-3x"></i> |
|
| 107 | </a> |
|
| 108 | <br /> |
|
| @@ 111-118 (lines=8) @@ | ||
| 108 | <br /> |
|
| 109 | <?php echo $post["vote_count"];?><br /> |
|
| 110 | <?php |
|
| 111 | if($this->isDetailedView) |
|
| 112 | {?> |
|
| 113 | <a href="index.php?vote=down&getPostDetails=true&postId=<?php echo $post['post_id'];?>&postId_parent=<?php echo htmlspecialchars($_GET['postId']);?>" rel="nofollow"> |
|
| 114 | <?php } |
|
| 115 | else |
|
| 116 | {?> |
|
| 117 | <a href="index.php?vote=down&postId=<?php echo $post['post_id'];?>" rel="nofollow"> |
|
| 118 | <?php } ?> |
|
| 119 | <i class="fa fa-angle-down fa-3x"></i> |
|
| 120 | </a> |
|
| 121 | </aside> |
|