-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomment.php
More file actions
10 lines (9 loc) · 744 Bytes
/
comment.php
File metadata and controls
10 lines (9 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
<div href="#?post_unique_id=<?php echo($post_unique_id)?>&user_to_follow=<?php echo$post['unique_id']?>" class="">
<strong class="ml-2" style="cursor: pointer;" href="#<?php
echo($post['id']);
?>">
<?php include"c_php/commentcount.php"?>
<svg class="svg-icon" viewBox="0 0 20 20" width="20px">
<path d="M17.211,3.39H2.788c-0.22,0-0.4,0.18-0.4,0.4v9.614c0,0.221,0.181,0.402,0.4,0.402h3.206v2.402c0,0.363,0.429,0.533,0.683,0.285l2.72-2.688h7.814c0.221,0,0.401-0.182,0.401-0.402V3.79C17.612,3.569,17.432,3.39,17.211,3.39M16.811,13.004H9.232c-0.106,0-0.206,0.043-0.282,0.117L6.795,15.25v-1.846c0-0.219-0.18-0.4-0.401-0.4H3.189V4.19h13.622V13.004z"></path>
</svg> <span class="labelicon">Comment</span></strong>
</div>