diff options
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/templates/header.php | 2 |
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> |