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