From d0f292d7e37df360d69a922fa1a3cbd9a200199a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 9 Aug 2009 22:44:28 -0600 Subject: [PATCH] Fix paths --- imp/templates/common-header.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/templates/common-header.inc b/imp/templates/common-header.inc index ce169792e..8283a0484 100644 --- 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 ); } } -- 2.11.0