remove dojo css
This commit is contained in:
parent
df5aca497a
commit
24e344f787
1 changed files with 1 additions and 6 deletions
|
@ -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)) :?>
|
<?php if (isset($loadjs)) :?>
|
||||||
<script type="text/javascript" src="<?php echo ROOT ?>jsScuttle.php"></script>
|
<script type="text/javascript" src="<?php echo ROOT ?>jsScuttle.php"></script>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<body class="nihilo">
|
|
||||||
<!-- the class is used by Dojo widgets -->
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$headerstyle = '';
|
$headerstyle = '';
|
||||||
|
|
Loading…
Add table
Reference in a new issue