diff options
Diffstat (limited to 'mod/twitter/views')
-rw-r--r-- | mod/twitter/views/default/twitter/css.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/twitter/views/default/twitter/css.php b/mod/twitter/views/default/twitter/css.php index 5dd57ce65..1a0b21394 100644 --- a/mod/twitter/views/default/twitter/css.php +++ b/mod/twitter/views/default/twitter/css.php @@ -14,7 +14,7 @@ padding:0; } #twitter_widget li { - background: url(<?php echo $vars['url']; ?>mod/twitter/graphics/thewire_speech_bubble.gif) no-repeat right bottom; + background: url(<?php echo elgg_get_site_url(); ?>mod/twitter/graphics/thewire_speech_bubble.gif) no-repeat right bottom; list-style-image:none; list-style-position:outside; list-style-type:none; @@ -31,7 +31,7 @@ display:block; } p.visit_twitter a { - background:url(<?php echo $vars['url']; ?>mod/twitter/graphics/twitter16px.png) left no-repeat; + background:url(<?php echo elgg_get_site_url(); ?>mod/twitter/graphics/twitter16px.png) left no-repeat; padding:0 0 0 20px; margin:0; } |