summaryrefslogtreecommitdiffstatshomepage
path: root/templates/top.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-30 19:32:15 +0000
committerGravatar mensonge2008-11-30 19:32:15 +0000
commitcf213449b1f51df0a0477bb102d5d73042b980a2 (patch)
treef5d6399105dbabd3257ff70d3305ada0e43391fe /templates/top.inc.php
parente0949aa0adfdfee4f78733277ff43d850ef3582e (diff)
downloadscuttle-cf213449b1f51df0a0477bb102d5d73042b980a2.tar.gz
scuttle-cf213449b1f51df0a0477bb102d5d73042b980a2.zip
Minor fix: correct menu boxes and tag normalization
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@180 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/top.inc.php')
-rw-r--r--templates/top.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/top.inc.php b/templates/top.inc.php
index b886e76..e149c34 100644
--- a/templates/top.inc.php
+++ b/templates/top.inc.php
@@ -23,12 +23,12 @@ if(isset($rsschannels)) {
src="<?php echo ROOT ?>jsScuttle.php"></script>
-<!-- link rel="stylesheet" type="text/css"
+<link rel="stylesheet" type="text/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"
- djConfig="parseOnLoad:true, isDebug:false, usePlainJson:true"></script> -->
+ djConfig="parseOnLoad:true, isDebug:false, usePlainJson:true"></script>
<script type="text/javascript">
dojo.require("dojo.parser");