}
$url = Horde::applicationUrl('stories/');
- $icondir = $GLOBALS['registry']->getImageDir();
+ $icondir = Horde_Themes::img(null, array('notheme' => true, 'nohorde' => true));
$news = Jonah_News::factory();
$channels = $news->getChannels('internal');
if (is_a($channels, 'PEAR_Error')) {
}
?>
<title><?php echo htmlspecialchars($page_title) ?></title>
-<link href="<?php echo $GLOBALS['registry']->getImageDir()?>/favicon.ico" rel="SHORTCUT ICON" />
-<?php Horde::includeStylesheetFiles() ?>
+<link href="<?php echo Horde_Themes::img(null, array('notheme' => true, 'nohorde' => true));?>/favicon.ico" rel="SHORTCUT ICON" />
+<?php Horde_Themes::includeStylesheetFiles() ?>
</head>
<body<?php if ($bc = Horde_Util::nonInputVar('bodyClass')) echo ' class="' . $bc . '"' ?><?php if ($bi = Horde_Util::nonInputVar('bodyId')) echo ' id="' . $bi . '"'; ?>>