From 76335c26ad4596bec250d966f8dba55ab58361f3 Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 25 Jun 2013 16:43:15 -0300 Subject: More library_path fixes --- timelinejs.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timelinejs.module b/timelinejs.module index f8ea9f6..76a579c 100644 --- a/timelinejs.module +++ b/timelinejs.module @@ -54,7 +54,7 @@ function timelinejs_theme($existing, $type, $theme, $path) { 'start_at_end' => 'false', 'hash_bookmark' => 'true', 'css' => NULL, - 'js' => '/sites/all/libraries/timelinejs/compiled/js/timeline.js', + 'js' => '/'. libraries_get_path('timelinejs') .'/compiled/js/timeline.js', 'lang' => NULL, ), ), -- cgit v1.2.3