diff options
author | Silvio <silvio@socioambiental.org> | 2013-06-25 16:43:15 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2013-06-25 16:43:15 -0300 |
commit | 76335c26ad4596bec250d966f8dba55ab58361f3 (patch) | |
tree | e8300430c39c125caecc479d8341f4a1483fa53a | |
parent | 56764c12e39379e93fe34d12194bf63680055883 (diff) | |
download | timelinejs-76335c26ad4596bec250d966f8dba55ab58361f3.tar.gz timelinejs-76335c26ad4596bec250d966f8dba55ab58361f3.tar.bz2 |
More library_path fixes
-rw-r--r-- | timelinejs.module | 2 |
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, ), ), |