diff options
Diffstat (limited to 'data/templates/top.inc.php')
-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 = ''; |