1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Comment 'share' preparation

This commit is contained in:
CaMer0n
2012-08-17 08:51:27 +00:00
parent 3a85de6b3d
commit e0581d53b0
5 changed files with 59 additions and 19 deletions

View File

@@ -372,6 +372,15 @@ class comment_shortcodes extends e_shortcode
$SIGNATURE = (isset($this->var['user_signature']) && $this->var['user_signature'] ? $tp->toHTML($this->var['user_signature'], true) : '');
return $SIGNATURE;
}
function sc_comment_share($parm='')
{
return e107::getForm()->checkbox('comment_share',1,true). "Share on Facebook";
}
}
/*