diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-30 19:32:15 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-30 19:32:15 +0000 |
commit | cf213449b1f51df0a0477bb102d5d73042b980a2 (patch) | |
tree | f5d6399105dbabd3257ff70d3305ada0e43391fe /templates/top.inc.php | |
parent | e0949aa0adfdfee4f78733277ff43d850ef3582e (diff) | |
download | semanticscuttle-cf213449b1f51df0a0477bb102d5d73042b980a2.tar.gz semanticscuttle-cf213449b1f51df0a0477bb102d5d73042b980a2.tar.bz2 |
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.php | 4 |
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"); |