From: Christian Weiske Date: Wed, 13 Oct 2010 17:01:49 +0000 (+0200) Subject: use ROOT_JS for jstree theme includes X-Git-Tag: v0.98.0~149 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=69cac0dd849cffc2f2eacda323d29c5fe06305c9;p=semanticscuttle.git use ROOT_JS for jstree theme includes --- diff --git a/data/templates/sidebar.block.linked.php b/data/templates/sidebar.block.linked.php index cd4a908..558059d 100644 --- a/data/templates/sidebar.block.linked.php +++ b/data/templates/sidebar.block.linked.php @@ -38,7 +38,7 @@ jQuery("#related-content") "theme": "default", "dots": false, "icons": true, - "url": 'js/jstree-1.0-rc2/themes/default/style.css' + "url": 'themes/default/style.css' }, "json_data" : { "ajax" : { diff --git a/data/templates/sidebar.block.menu2.php b/data/templates/sidebar.block.menu2.php index f71977c..1c177a5 100644 --- a/data/templates/sidebar.block.menu2.php +++ b/data/templates/sidebar.block.menu2.php @@ -46,7 +46,7 @@ jQuery("#maintagsmenu") "theme": "default", "dots": false, "icons": true, - "url": 'js/jstree-1.0-rc2/themes/default/style.css' + "url": 'themes/default/style.css' }, "json_data" : { "ajax" : {