* Theme the AddThis button.
*/
function theme_addthis_button($node, $teaser) {
+ // Fix IE's bug.
+ if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== FALSE) {
+ drupal_add_link(array(
+ 'rel' => 'stylesheet',
+ 'type' => 'text/css',
+ 'href' => "http://s7.addthis.com/static/r07/widget02.css",
+ ));
+ }
+
if (variable_get('addthis_dropdown_disabled', '0')) {
return ( sprintf('
<a class="addthis-button" href="http://www.addthis.com/bookmark.php"