summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio <silvio@socioambiental.org>2013-06-25 16:43:15 -0300
committerSilvio <silvio@socioambiental.org>2013-06-25 16:43:15 -0300
commit76335c26ad4596bec250d966f8dba55ab58361f3 (patch)
treee8300430c39c125caecc479d8341f4a1483fa53a
parent56764c12e39379e93fe34d12194bf63680055883 (diff)
downloadtimelinejs-76335c26ad4596bec250d966f8dba55ab58361f3.tar.gz
timelinejs-76335c26ad4596bec250d966f8dba55ab58361f3.tar.bz2
More library_path fixes
-rw-r--r--timelinejs.module2
1 files changed, 1 insertions, 1 deletions
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,
),
),