summaryrefslogtreecommitdiffstatshomepage
path: root/templates/top.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-20 13:42:03 +0000
committerGravatar mensonge2008-11-20 13:42:03 +0000
commit3c685aa352587b752af61c6e80b1645ca3830316 (patch)
tree1e0782ec1ba91c8bdf5706cb20d702fa261f9be2 /templates/top.inc.php
parent54991bce619b2840452594e8a78004b7389445ed (diff)
downloadscuttle-3c685aa352587b752af61c6e80b1645ca3830316.tar.gz
scuttle-3c685aa352587b752af61c6e80b1645ca3830316.zip
New feature: Dynamic tree of tags using Dojo toolkit (used by a menu2 sidebar box) [Config file modified: ]
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@165 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/top.inc.php')
-rw-r--r--templates/top.inc.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/top.inc.php b/templates/top.inc.php
index dca9036..88a949a 100644
--- a/templates/top.inc.php
+++ b/templates/top.inc.php
@@ -23,7 +23,7 @@ if(isset($rsschannels)) {
src="<?php echo $GLOBALS['root']; ?>jsScuttle.php"></script>
<link rel="stylesheet" type="text/css"
- href="http://ajax.googleapis.com/ajax/libs/dojo/1.2/dijit/themes/tundra/tundra.css">
+ href="http://ajax.googleapis.com/ajax/libs/dojo/1.2/dijit/themes/nihilo/nihilo.css">
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/dojo/1.2/dojo/dojo.xd.js"
@@ -32,14 +32,15 @@ if(isset($rsschannels)) {
<script type="text/javascript">
dojo.require("dojo.parser");
dojo.require("dojo.data.ItemFileReadStore");
-dojo.require("dojox.form.MultiComboBox");
+dojo.require("dojox.form.MultiComboBox");
+dojo.require("dijit.Tree");
</script>
<?php endif ?>
</head>
-<body class="tundra">
-<!-- the tundra class is used by Dojo widgets -->
+<body class="nihilo">
+<!-- the class is used by Dojo widgets -->
<?php
$headerstyle = '';