projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4647084
)
Horde::includeStylesheetFiles()
author
Jan Schneider
<jan@horde.org>
Fri, 31 Jul 2009 10:05:12 +0000
(10:05 +0000)
committer
Ben Klang
<ben@alkaloid.net>
Sun, 10 Jan 2010 04:05:30 +0000
(23:05 -0500)
templates/common-header.inc
patch
|
blob
|
history
diff --git
a/templates/common-header.inc
b/templates/common-header.inc
index
0c8bb66
..
366aa52
100644
(file)
--- a/
templates/common-header.inc
+++ b/
templates/common-header.inc
@@
-23,7
+23,7
@@
Horde::includeScriptFiles();
?>
<title><?php echo htmlspecialchars($page_title) ?></title>
<link href="<?php echo $GLOBALS['registry']->getImageDir()?>/favicon.ico" rel="SHORTCUT ICON" />
-<?php
echo Horde::stylesheetLink('operator'
) ?>
+<?php
Horde::includeStylesheetFiles(
) ?>
</head>
<body<?php if ($bc = Horde_Util::nonInputVar('bodyClass')) echo ' class="' . $bc . '"' ?><?php if ($bi = Horde_Util::nonInputVar('bodyId')) echo ' id="' . $bi . '"'; ?>>