Fixes, and Changes
Fixed why it would not open when started.. Session! Altered Theme to fit my site theme. Could not handle more than one theme in the directory. "Like/Dislike" counters were adding up when bots found them, they are A tags, added "nofollow" so far seems to help, but will have to wait for next scan to see. Note: Pagination not working, if I change the cpage to page on url it comes up, but can only get it to see first page, will have to come back on this on.
This commit is contained in:
@@ -75,18 +75,20 @@
|
||||
margin: 15px 0 30px 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.snicker-comments input,
|
||||
.snicker-comments textarea,
|
||||
.snicker-comments button{
|
||||
font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; /*"Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
|
||||
}
|
||||
|
||||
/* Effects Textarea when mouse is away */
|
||||
.snicker-comments input[type="text"],
|
||||
.snicker-comments input[type="email"],
|
||||
.snicker-comments textarea{
|
||||
color: #404448;
|
||||
color: #333333;
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
height: auto;
|
||||
@@ -111,28 +113,36 @@
|
||||
padding: 15px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
/* Effects TextArea on Hover */
|
||||
.snicker-comments input[type="text"]:hover,
|
||||
.snicker-comments input[type="email"]:hover,
|
||||
.snicker-comments textarea:hover{
|
||||
color: #343A40;
|
||||
border-color: #343A40;
|
||||
color: #444444;
|
||||
border-color: #444444;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
/* Effects TextArea on Focus */
|
||||
.snicker-comments input[type="text"]:focus,
|
||||
.snicker-comments input[type="email"]:focus,
|
||||
.snicker-comments textarea:focus{
|
||||
color: #343A40;
|
||||
border-color: #343A40;
|
||||
color: #444444;
|
||||
border-color: #444444;
|
||||
background-color: #ffffff;
|
||||
/*
|
||||
box-shadow: 0 0 0 3px rgba(52,58,64, 0.35);
|
||||
-moz-box-shadow: 0 0 0 3px rgba(52,58,64, 0.35);
|
||||
-webkit-box-shadow: 0 0 0 3px rgba(52,58,64, 0.35);
|
||||
*/
|
||||
}
|
||||
.snicker-comments input[type="checkbox"]{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Text for TERMs Checkbox */
|
||||
.snicker-comments input[type="checkbox"]+label{
|
||||
color: #606468;
|
||||
color: #ffcc01;
|
||||
cursor: pointer;
|
||||
height: auto;
|
||||
margin: 10px 5px;
|
||||
@@ -144,7 +154,8 @@
|
||||
}
|
||||
.snicker-comments input[type="checkbox"]+label:hover,
|
||||
.snicker-comments input[type="checkbox"]:checked+label{
|
||||
color: #404448;
|
||||
background-color: #444444;
|
||||
color: #fff;
|
||||
}
|
||||
.snicker-comments input[type="checkbox"]+label:before{
|
||||
width: 20px;
|
||||
@@ -155,7 +166,7 @@
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #a0a4a8;
|
||||
border: 1px solid #ffcc01;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
border-radius: 3px;
|
||||
@@ -166,17 +177,17 @@
|
||||
-webkit-transition: all 142ms linear;
|
||||
}
|
||||
.snicker-comments input[type="checkbox"]+label:hover:before{
|
||||
border-color: #343A40;
|
||||
border-color: #444444;
|
||||
}
|
||||
.snicker-comments input[type="checkbox"]:checked+label:before{
|
||||
background-color: #343A40;
|
||||
border-color: #343A40;
|
||||
background-color: #333333;
|
||||
border-color: #333333;
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
|
||||
9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNM\
|
||||
TIgNWwtOCA4LTQtNCAxLjUtMS41TDQgMTBsNi41LTYuNUwxMiA1eiIvPjwvc3ZnPg==");
|
||||
}
|
||||
.snicker-comments button{
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
color: #ffcc01;
|
||||
cursor: pointer;
|
||||
width: auto;
|
||||
margin: 0;
|
||||
@@ -187,8 +198,8 @@
|
||||
text-align: left;
|
||||
line-height: 1.5em;
|
||||
vertical-align: top;
|
||||
background-color: #343A40;
|
||||
border: 1px solid #343A40;
|
||||
background-color: #333333;
|
||||
border: 1px solid #333333;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
@@ -197,16 +208,17 @@
|
||||
-webkit-transition: background 142ms linear;
|
||||
}
|
||||
.snicker-comments button:hover{
|
||||
background-color: rgb(14, 16, 19);
|
||||
background-color: #444444;
|
||||
color: #fff;
|
||||
}
|
||||
.snicker-comments button:active{
|
||||
background-color: #242A30;
|
||||
background-color: #444444;
|
||||
}
|
||||
.snicker-comments button:disabled,
|
||||
.snicker-comments button.disabled{
|
||||
color: rgba(255, 255, 255, 0.35);
|
||||
cursor: not-allowed;
|
||||
background-color: #040A10;
|
||||
background-color: #444444;
|
||||
}
|
||||
.snicker-comments button.loading:before{
|
||||
top: 8px;
|
||||
@@ -262,7 +274,7 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
border: 1px solid#c0c4c8;
|
||||
border: 1px solid #ffcc01;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
@@ -282,8 +294,8 @@
|
||||
line-height: 50px;
|
||||
}
|
||||
.snicker-comments .no-comments{
|
||||
background-color: #f4f8fa;
|
||||
border: 1px solid #c0c4c8;
|
||||
background-color: #333333;
|
||||
border: 1px solid #ffcc01;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
@@ -306,7 +318,7 @@
|
||||
}
|
||||
.snicker-comments .comment-alert.alert-success{
|
||||
color: #ffffff;
|
||||
background-color: #28A745;
|
||||
background-color: #ffcc01;
|
||||
}
|
||||
/* @end GENERAL */
|
||||
|
||||
@@ -328,8 +340,8 @@ form.comment-form .comment-footer{
|
||||
}
|
||||
form.comment-form .comment-header{
|
||||
font-size: 16px;
|
||||
background-color: #f4f6f8;
|
||||
border-bottom: 1px solid #d0d4d8;
|
||||
background-color: #333333;
|
||||
border-bottom: 1px solid #ffcc01;
|
||||
border-radius: 5px 5px 0 0;
|
||||
-moz-border-radius: 5px 5px 0 0;
|
||||
-webkit-border-radius: 5px 5px 0 0;
|
||||
@@ -341,8 +353,8 @@ form.comment-form .comment-article{
|
||||
padding: 15px 20px;
|
||||
}
|
||||
form.comment-form .comment-footer{
|
||||
background-color: #f4f6f8;
|
||||
border-top: 1px solid #d0d4d8;
|
||||
background-color: #333333;
|
||||
border-top: 1px solid #ffcc01;
|
||||
border-radius: 0 0 5px 5px;
|
||||
-moz-border-radius: 0 0 5px 5px;
|
||||
-webkit-border-radius: 0 0 5px 5px;
|
||||
@@ -351,9 +363,10 @@ form.comment-form .comment-captcha{
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
form.comment-form .comment-captcha input,
|
||||
form.comment-form .comment-captcha input:hover,
|
||||
form.comment-form .comment-captcha input:focus{
|
||||
form.comment-form .comment-captcha input:focus {
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
padding: 5px 10px;
|
||||
@@ -363,17 +376,23 @@ form.comment-form .comment-captcha input:focus{
|
||||
line-height: 22px;
|
||||
vertical-align: top;
|
||||
border: 0;
|
||||
background-color: #e0e4e8;
|
||||
background-color: #fff;
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
}
|
||||
form.comment-form .comment-captcha input:hover{
|
||||
background-color: #f0f4f8;
|
||||
|
||||
form.comment-form .comment-captcha input:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
form.comment-form .comment-captcha input:focus{
|
||||
background-color: #e0e4e8;
|
||||
form.comment-form .comment-captcha input:focus {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
input[placeholder] {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
form.comment-form .comment-captcha a{
|
||||
width: auto;
|
||||
height: 40px;
|
||||
@@ -477,7 +496,7 @@ form.comment-form .comment-reply .reply-cancel{
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
background-size: 14px;
|
||||
background-color: #555;
|
||||
background-color: #444;
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
|
||||
9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkP\
|
||||
SJNNy40OCA4bDMuNzUgMy43NS0xLjQ4IDEuNDhMNiA5LjQ4bC0zLjc1IDMuNzUtMS40OC0xLjQ4TDQuNTIgOCAuNzcgNC4y\
|
||||
@@ -509,13 +528,13 @@ form.comment-form .comment-reply .reply-title{
|
||||
margin: 15px 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
border: 1px solid #c0c4c8;
|
||||
border: 1px solid #ffcc01;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
||||
.snicker-comments-list .comment.new-comment{
|
||||
border-color: #007bff;
|
||||
border-color: #ffcc01;
|
||||
}
|
||||
.snicker-comments-list .comment .comment-avatar{
|
||||
width: 110px;
|
||||
@@ -527,10 +546,12 @@ form.comment-form .comment-reply .reply-title{
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
||||
|
||||
/* Banner inside user icon/avatar */
|
||||
.snicker-comments-list .comment .comment-avatar .avatar-role{
|
||||
top: 15px;
|
||||
right: 10px;
|
||||
color: #ffffff;
|
||||
color: #333333;
|
||||
width: auto;
|
||||
margin: 0;
|
||||
padding: 3px 5px;
|
||||
@@ -541,7 +562,7 @@ form.comment-form .comment-reply .reply-title{
|
||||
line-height: 16px;
|
||||
font-weight: bold;
|
||||
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
|
||||
background-color: #007bff;
|
||||
background-color: #ffcc01;
|
||||
border-radius: 0 4px 0 3px;
|
||||
-moz-border-radius: 0 4px 0 3px;
|
||||
-webkit-border-radius: 0 4px 0 3px;
|
||||
@@ -550,7 +571,7 @@ form.comment-form .comment-reply .reply-title{
|
||||
padding: 10px;
|
||||
}
|
||||
.snicker-comments-list .comment .comment-content .comment-title{
|
||||
color: #707478;
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
padding: 5px 5px 2px 5px;
|
||||
display: block;
|
||||
@@ -574,17 +595,21 @@ form.comment-form .comment-reply .reply-title{
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
}
|
||||
|
||||
/* Text in Comment Header */
|
||||
.snicker-comments-list .comment .comment-content .comment-meta{
|
||||
color: #707478;
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
padding: 1px 6px;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
line-height: 1.25em;
|
||||
background-color: #e0e4e8;
|
||||
background-color: #444444;
|
||||
}
|
||||
|
||||
/* Text inside Comments */
|
||||
.snicker-comments-list .comment .comment-content .comment-comment{
|
||||
color: #303438;
|
||||
color: #7e7d7e;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
display: block;
|
||||
@@ -593,23 +618,25 @@ form.comment-form .comment-reply .reply-title{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
background-color: #f4f6f8;
|
||||
border-top: 1px solid #d0d4d8;
|
||||
background-color: #333333;
|
||||
border-top: 1px solid #ffcc01;
|
||||
border-radius: 0 0 4px 4px;
|
||||
-moz-border-radius: 0 0 4px 4px;
|
||||
-webkit-border-radius: 0 0 4px 4px;
|
||||
}
|
||||
|
||||
/* Color of the Like/Dislike with no value (Zero) */
|
||||
.snicker-comments-list .comment .comment-action a{
|
||||
color: #606468;
|
||||
margin: 2px 0;
|
||||
padding: 2px 7px;
|
||||
opacity: 0.65;
|
||||
opacity: 0.95;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
line-height: 18px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #c0c4c8;
|
||||
background-color: #333333;
|
||||
border: 1px solid #ffcc01;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
@@ -626,9 +653,11 @@ form.comment-form .comment-reply .reply-title{
|
||||
border-color: #dc3545;
|
||||
}
|
||||
.snicker-comments-list .comment .comment-action a.action-reply{
|
||||
color: #007bff;
|
||||
border-color: #007bff;
|
||||
color: #ffcc01;
|
||||
border-color: #333333;
|
||||
}
|
||||
|
||||
/* Color of the Like/Dislike with a value (Not Zero) */
|
||||
.snicker-comments-list .comment .comment-action a:hover,
|
||||
.snicker-comments-list .comment .comment-action a.active{
|
||||
color: #ffffff;
|
||||
@@ -645,7 +674,7 @@ form.comment-form .comment-reply .reply-title{
|
||||
}
|
||||
.snicker-comments-list .comment .comment-action a.action-reply:hover,
|
||||
.snicker-comments-list .comment .comment-action a.action-reply.active{
|
||||
background-color: #007bff;
|
||||
background-color: #444444;
|
||||
}
|
||||
.snicker-comments-list .comment .comment-action a span{
|
||||
margin: 0 3px 0 2px;
|
||||
@@ -662,7 +691,7 @@ form.comment-form .comment-reply .reply-title{
|
||||
display: block;
|
||||
}
|
||||
.snicker-comments-list .pagination .pagination-button{
|
||||
color: #ffffff;
|
||||
color: #444444;
|
||||
width: auto;
|
||||
min-width: 30px;
|
||||
height: 32px;
|
||||
@@ -674,7 +703,7 @@ form.comment-form .comment-reply .reply-title{
|
||||
text-align: center;
|
||||
line-height: 22px;
|
||||
vertical-align: top;
|
||||
background-color: #007bff;
|
||||
background-color: #ffcc01;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
@@ -684,11 +713,11 @@ form.comment-form .comment-reply .reply-title{
|
||||
}
|
||||
.snicker-comments-list .pagination .pagination-button:hover,
|
||||
.snicker-comments-list .pagination .pagination-button.hover{
|
||||
background-color: #0062cc;
|
||||
background-color: #ffcc01;
|
||||
}
|
||||
.snicker-comments-list .pagination .pagination-button:active,
|
||||
.snicker-comments-list .pagination .pagination-button.active{
|
||||
background-color: #004999;
|
||||
background-color: #886b00;
|
||||
}
|
||||
.snicker-comments-list .pagination .pagination-button:disabled,
|
||||
.snicker-comments-list .pagination .pagination-button.disabled{
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
<div class="comment-captcha">
|
||||
<input type="text" name="comment[captcha]" value="" placeholder="<?php sn_e("Answer"); ?>" />
|
||||
|
||||
<a href="<?php echo $page->permalink(); ?>#snicker-comment-form" data-captcha="reload">
|
||||
<a href="<?php echo $page->permalink(); ?>#snicker-comment-form" data-captcha="reload" rel="nofollow">
|
||||
<?php echo $Snicker->generateCaptcha(); ?>
|
||||
</a>
|
||||
</div>
|
||||
@@ -96,7 +96,7 @@
|
||||
|
||||
<?php if(is_a($reply, "Comment")){ ?>
|
||||
<div class="comment-reply">
|
||||
<a href="<?php echo $page->permalink(); ?>" class="reply-cancel"></a>
|
||||
<a href="<?php echo $page->permalink(); ?>" class="reply-cancel" rel="nofollow"></a>
|
||||
<div class="reply-title">
|
||||
<?php echo $reply->username(); ?> <?php sn_e("wrotes"); ?>:
|
||||
</div>
|
||||
@@ -121,7 +121,7 @@
|
||||
<div class="terms-of-use">
|
||||
<input type="checkbox" id="comment-terms" name="comment[terms]" value="1" />
|
||||
<label for="comment-terms">
|
||||
<?php sn_e("I agree the %s!", array('<a href="" target="_blank">'.sn__("Terms of Use").'</a>')); ?>
|
||||
<?php sn_e("I agree the %s!", array('<a href="" target="_blank" rel="nofollow">'.sn__("Terms of Use").'</a>')); ?>
|
||||
</label>
|
||||
</div>
|
||||
<?php } ?>
|
||||
@@ -166,11 +166,11 @@
|
||||
<?php if($cpage === 1){ ?>
|
||||
<span class="pagination-button button-previous disabled"><?php sn_e("Previous Comments"); ?></span>
|
||||
<?php } else { ?>
|
||||
<a href="<?php printf($link, $prev); ?>" class="pagination-button button-previous"><?php sn_e("Previous Comments"); ?></a>
|
||||
<a href="<?php printf($link, $prev); ?>" class="pagination-button button-previous" rel="nofollow"><?php sn_e("Previous Comments"); ?></a>
|
||||
<?php } ?>
|
||||
|
||||
<?php if($cpage < $maxpages){ ?>
|
||||
<a href="<?php printf($link, $next); ?>" class="pagination-button button-next"><?php sn_e("Next Comments"); ?></a>
|
||||
<a href="<?php printf($link, $next); ?>" class="pagination-button button-next" rel="nofollow"><?php sn_e("Next Comments"); ?></a>
|
||||
<?php } else { ?>
|
||||
<span class="pagination-button button-next disabled"><?php sn_e("Next Comments"); ?></span>
|
||||
<?php } ?>
|
||||
@@ -187,8 +187,8 @@
|
||||
<span class="pagination-button button-first disabled">«</span>
|
||||
<span class="pagination-button button-previous disabled">‹</span>
|
||||
<?php } else { ?>
|
||||
<a href="<?php printf($link, 1); ?>" class="pagination-button button-first">«</a>
|
||||
<a href="<?php printf($link, $prev); ?>" class="pagination-button button-previous">‹</a>
|
||||
<a href="<?php printf($link, 1); ?>" class="pagination-button button-first" rel="nofollow">«</a>
|
||||
<a href="<?php printf($link, $prev); ?>" class="pagination-button button-previous" rel="nofollow">‹</a>
|
||||
<?php } ?>
|
||||
|
||||
<?php
|
||||
@@ -206,7 +206,7 @@
|
||||
for($i = $start; $i <= $stop; $i++){
|
||||
$active = ($i == $cpage)? "active": "";
|
||||
?>
|
||||
<a href="<?php printf($link, $i); ?>" class="pagination-button button-number <?php echo $active; ?>"><?php echo $i; ?></a>
|
||||
<a href="<?php printf($link, $i); ?>" class="pagination-button button-number rel="nofollow" <?php echo $active; ?>"><?php echo $i; ?></a>
|
||||
<?php
|
||||
}
|
||||
if($stop < $maxpages){
|
||||
@@ -215,8 +215,8 @@
|
||||
?>
|
||||
|
||||
<?php if($next !== false){ ?>
|
||||
<a href="<?php printf($link, $next); ?>" class="pagination-button button-next">›</a>
|
||||
<a href="<?php printf($link, $maxpages); ?>" class="pagination-button button-last">»</a>
|
||||
<a href="<?php printf($link, $next); ?>" class="pagination-button button-next" rel="nofollow">›</a>
|
||||
<a href="<?php printf($link, $maxpages); ?>" class="pagination-button button-last" rel="nofollow">»</a>
|
||||
<?php } else { ?>
|
||||
<span class="pagination-button button-next disabled">›</span>
|
||||
<span class="pagination-button button-last disabled">»</span>
|
||||
@@ -286,19 +286,19 @@
|
||||
<div class="table">
|
||||
<div class="table-cell align-left">
|
||||
<?php if(sn_config("comment_enable_like")){ ?>
|
||||
<a href="<?php echo $url; ?>&type=like" class="action-like <?php echo ($Snicker->hasLiked($comment->uid())? "active": ""); ?>">
|
||||
<a href="<?php echo $url; ?>&type=like" class="action-like <?php echo ($Snicker->hasLiked($comment->uid())? "active": ""); ?>" rel="nofollow">
|
||||
<?php sn_e("Like"); ?> <span data-snicker="like"><?php echo $comment->like(); ?></span>
|
||||
</a>
|
||||
<?php } ?>
|
||||
<?php if(sn_config("comment_enable_dislike")){ ?>
|
||||
<a href="<?php echo $url; ?>&type=dislike" class="action-dislike <?php echo ($Snicker->hasDisliked($comment->uid())? "active": ""); ?>">
|
||||
<a href="<?php echo $url; ?>&type=dislike" class="action-dislike <?php echo ($Snicker->hasDisliked($comment->uid())? "active": ""); ?>" rel="nofollow">
|
||||
<?php sn_e("Dislike"); ?> <span data-snicker="dislike"><?php echo $comment->dislike(); ?></span>
|
||||
</a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="table-cell align-right">
|
||||
<?php if($maxdepth === 0 || $maxdepth > $comment->depth()){ ?>
|
||||
<a href="<?php echo $page->permalink(); ?>?snicker=reply&uid=<?php echo $comment->key(); ?>#snicker-comments-form" class="action-reply">
|
||||
<a href="<?php echo $page->permalink(); ?>?snicker=reply&uid=<?php echo $comment->key(); ?>#snicker-comments-form" class="action-reply" rel="nofollow">
|
||||
<?php sn_e("Reply"); ?>
|
||||
</a>
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user