diff options
author | Christian Weiske <cweiske@cweiske.de> | 2010-10-01 21:37:53 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2010-10-01 21:37:53 +0200 |
commit | 24e344f7879a932cc9a5a3491d460a05651c08a3 (patch) | |
tree | 4e0e9922a07e0e03f858237272ddbc5d5db17725 | |
parent | df5aca497a492d2200bee2325c73b9fc5c47ba1f (diff) | |
download | semanticscuttle-24e344f7879a932cc9a5a3491d460a05651c08a3.tar.gz semanticscuttle-24e344f7879a932cc9a5a3491d460a05651c08a3.tar.bz2 |
remove dojo css
-rw-r--r-- | data/templates/top.inc.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/data/templates/top.inc.php b/data/templates/top.inc.php index b1ffa14..8be978f 100644 --- a/data/templates/top.inc.php +++ b/data/templates/top.inc.php @@ -17,17 +17,12 @@ if (isset($rsschannels)) { } ?> - <link rel="stylesheet" type="text/css" - href="http://ajax.googleapis.com/ajax/libs/dojo/1.2/dijit/themes/nihilo/nihilo.css" /> - <?php if (isset($loadjs)) :?> <script type="text/javascript" src="<?php echo ROOT ?>jsScuttle.php"></script> <?php endif ?> </head> - - <body class="nihilo"> -<!-- the class is used by Dojo widgets --> + <body> <?php $headerstyle = ''; |