projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ba971
)
Fix paths
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 10 Aug 2009 04:44:28 +0000
(22:44 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 10 Aug 2009 04:46:49 +0000
(22:46 -0600)
imp/templates/common-header.inc
patch
|
blob
|
history
diff --git
a/imp/templates/common-header.inc
b/imp/templates/common-header.inc
index
ce16979
..
8283a04
100644
(file)
--- a/
imp/templates/common-header.inc
+++ b/
imp/templates/common-header.inc
@@
-39,8
+39,8
@@
case 'dimp':
if (!empty($GLOBALS['conf']['dimp']['css_files'])) {
foreach ($GLOBALS['conf']['css_files'] as $css_file) {
$css[] = array(
- 'u' => $
themesuri
. '/' . $css_file,
- 'f' => $
themesfs
. '/' . $css_file
+ 'u' => $
GLOBALS['registry']->get('themesuri')
. '/' . $css_file,
+ 'f' => $
GLOBALS['registry']->get('themesfs')
. '/' . $css_file
);
}
}