aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/icon/application/vnd.oasis.opendocument.text.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/views/default/file/icon/application/vnd.oasis.opendocument.text.php')
-rw-r--r--mod/file/views/default/file/icon/application/vnd.oasis.opendocument.text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/views/default/file/icon/application/vnd.oasis.opendocument.text.php b/mod/file/views/default/file/icon/application/vnd.oasis.opendocument.text.php
index d0bde81df..309977160 100644
--- a/mod/file/views/default/file/icon/application/vnd.oasis.opendocument.text.php
+++ b/mod/file/views/default/file/icon/application/vnd.oasis.opendocument.text.php
@@ -5,6 +5,6 @@
} else {
$ext = '';
}
- echo "<img src=\"{$CONFIG->wwwroot}mod/file/graphics/icons/openoffice{$ext}.gif\" border=\"0\" />";
+ echo "<img src=\"".elgg_get_site_url()."mod/file/graphics/icons/openoffice{$ext}.gif\" border=\"0\" />";
?> \ No newline at end of file