From: Jan Schneider Date: Wed, 1 Dec 2010 17:52:52 +0000 (+0100) Subject: Fix paths. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=029866d11cef4f7dbdb20cd2d0c2f2f6fb4c5b35;p=horde.git Fix paths. --- diff --git a/mnemo/themes/default/categoryCSS.php b/mnemo/themes/default/categoryCSS.php index 00c81b8a5..649f7de76 100644 --- a/mnemo/themes/default/categoryCSS.php +++ b/mnemo/themes/default/categoryCSS.php @@ -8,7 +8,7 @@ * @author Chuck Hagenbuch */ -require_once dirname(__FILE__) . '/../lib/Application.php'; +require_once dirname(__FILE__) . '/../../lib/Application.php'; Horde_Registry::appInit('nag'); header('Content-Type: text/css'); diff --git a/nag/themes/default/categoryCSS.php b/nag/themes/default/categoryCSS.php index baffc29f4..3b1d3c7da 100644 --- a/nag/themes/default/categoryCSS.php +++ b/nag/themes/default/categoryCSS.php @@ -8,7 +8,7 @@ * @author Chuck Hagenbuch */ -require_once dirname(__FILE__) . '/../lib/Application.php'; +require_once dirname(__FILE__) . '/../../lib/Application.php'; Horde_Registry::appInit('nag'); header('Content-Type: text/css');