projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8b5ae3
)
Fix method argument.
author
Jan Schneider
<jan@horde.org>
Fri, 31 Jul 2009 09:58:13 +0000
(11:58 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 31 Jul 2009 09:58:13 +0000
(11:58 +0200)
babel/templates/common-header.inc
patch
|
blob
|
history
diff --git
a/babel/templates/common-header.inc
b/babel/templates/common-header.inc
index
d00e416
..
5bc4ef0
100644
(file)
--- a/
babel/templates/common-header.inc
+++ b/
babel/templates/common-header.inc
@@
-19,7
+19,7
@@
Horde::includeScriptFiles();
?>
<title><?php echo $page_title ?></title>
-<?php Horde::includeStylesheetFiles(
'babel'
) ?>
+<?php Horde::includeStylesheetFiles() ?>
</head>
<body<?php if (Horde_Util::nonInputVar('bodyClass')) echo ' class="' . $bodyClass . '"' ?>>