Horde::includeStylesheetFiles()
authorJan Schneider <jan@horde.org>
Fri, 31 Jul 2009 10:05:12 +0000 (10:05 +0000)
committerBen Klang <ben@alkaloid.net>
Sun, 10 Jan 2010 04:05:30 +0000 (23:05 -0500)
templates/common-header.inc

index 0c8bb66..366aa52 100644 (file)
@@ -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 . '"'; ?>>