aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/views/default/thewire/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/views/default/thewire/css.php')
-rw-r--r--mod/thewire/views/default/thewire/css.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/views/default/thewire/css.php b/mod/thewire/views/default/thewire/css.php
index 3b50be652..36c9bc844 100644
--- a/mod/thewire/views/default/thewire/css.php
+++ b/mod/thewire/views/default/thewire/css.php
@@ -48,7 +48,7 @@
.wire_post {
padding-bottom:10px;
margin-bottom:5px;
- background-image: url(<?php echo $vars['url']; ?>mod/thewire/graphics/thewire_speech_bubble.gif);
+ background-image: url(<?php echo elgg_get_site_url(); ?>mod/thewire/graphics/thewire_speech_bubble.gif);
background-repeat: no-repeat;
background-position: right bottom;
}