diff --git a/theme/views_timelinejs.theme.inc b/theme/views_timelinejs.theme.inc index 40fbce76cbb7850f8e7794a331b448714059eb3c..504496cfe6a834feef5d3831208e2937db74f5ab 100644 --- a/theme/views_timelinejs.theme.inc +++ b/theme/views_timelinejs.theme.inc @@ -46,7 +46,7 @@ function template_preprocess_views_timelinejs(&$vars) { 'height' => '500', 'source' => $vars['rows'], 'embed_id' => $vars['timelinejs_id'], - 'embed_path' => libraries_get_path('timeline') . '/compiled/', + 'embed_path' => base_path() . libraries_get_path('timeline') . '/compiled/', 'lang' => $language->language, 'processed' => FALSE, );