From 029866d11cef4f7dbdb20cd2d0c2f2f6fb4c5b35 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 1 Dec 2010 18:52:52 +0100 Subject: [PATCH] Fix paths. --- mnemo/themes/default/categoryCSS.php | 2 +- nag/themes/default/categoryCSS.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'); -- 2.11.0