Skip to content

Commit

Permalink
Merge commit '2735dd00d0b49705df1dd588a78d60691f6f1ada'
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Melab committed Aug 1, 2012
2 parents 2fabfc6 + 2735dd0 commit 9273b8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions noticeme.theme.inc
Expand Up @@ -32,6 +32,8 @@ function theme_global_share_buttons_block($variables) {
*/
function theme_facebook_like($variables) {
$element = array(
'#prefix' => '<div class="fb-like-wrapper noticeme-wrapper">',
'#suffix' => '</div>',
'#theme' => 'html_tag',
'#tag' => 'div',
'#attributes' => array('class' => array('fb-like')),
Expand All @@ -48,6 +50,8 @@ function theme_facebook_like($variables) {
*/
function theme_google_plus($variables) {
$element = array(
'#prefix' => '<div class="g-plusone-wrapper noticeme-wrapper">',
'#suffix' => '</div>',
'#theme' => 'html_tag',
'#tag' => 'div',
'#attributes' => array('class' => array('g-plusone')),
Expand All @@ -65,6 +69,8 @@ function theme_google_plus($variables) {
function theme_twitter_tweet($variables) {
global $language;
$element = array(
'#prefix' => '<div class="tweet-this-wrapper noticeme-wrapper">',
'#suffix' => '</div>',
'#type' => 'link',
'#title' => t('Tweet'),
'#href' => 'https://twitter.com/share',
Expand Down

0 comments on commit 9273b8b

Please sign in to comment.