aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAditya Patawari <adimania@gmail.com>2010-04-18 01:39:47 +0530
committerAditya Patawari <adimania@gmail.com>2010-04-18 01:39:47 +0530
commit6591740f5dd73969458de9a586790922fe6c27ea (patch)
tree7213b399a761f93549792be6857300912f97099c
parent7adbbfe05cfbbfad08e2ece6e8b7150bbe2514ca (diff)
downloadnextcloud-server-6591740f5dd73969458de9a586790922fe6c27ea.tar.gz
nextcloud-server-6591740f5dd73969458de9a586790922fe6c27ea.zip
Fixed css for Firefox
-rwxr-xr-xinc/templates/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/templates/header.php b/inc/templates/header.php
index 09529f67268..1b318575b7e 100755
--- a/inc/templates/header.php
+++ b/inc/templates/header.php
@@ -4,7 +4,7 @@
<head>
<title>ownCloud</title>
<base href="<?php echo($WEBROOT); ?>/"/>
- <link rel="stylesheet" type="text/css" href="css/default.php"/>
+ <link rel="stylesheet" type="text/css" href="<?php echo($WEBROOT)?>/css/default.php"/>
<script type='text/ecmascript' src='<?php echo($WEBROOT)?>/js/lib_ajax.js'></script>
<script type='text/ecmascript' src='<?php echo($WEBROOT)?>/js/lib_timer.js'></script>
<script type='text/ecmascript' src='<?php echo($WEBROOT)?>/js/lib_notification.js'></script>