Fix paths.
authorJan Schneider <jan@horde.org>
Wed, 1 Dec 2010 17:52:52 +0000 (18:52 +0100)
committerJan Schneider <jan@horde.org>
Wed, 1 Dec 2010 17:52:52 +0000 (18:52 +0100)
mnemo/themes/default/categoryCSS.php
nag/themes/default/categoryCSS.php

index 00c81b8..649f7de 100644 (file)
@@ -8,7 +8,7 @@
  * @author Chuck Hagenbuch <chuck@horde.org>
  */
 
-require_once dirname(__FILE__) . '/../lib/Application.php';
+require_once dirname(__FILE__) . '/../../lib/Application.php';
 Horde_Registry::appInit('nag');
 
 header('Content-Type: text/css');
index baffc29..3b1d3c7 100644 (file)
@@ -8,7 +8,7 @@
  * @author Chuck Hagenbuch <chuck@horde.org>
  */
 
-require_once dirname(__FILE__) . '/../lib/Application.php';
+require_once dirname(__FILE__) . '/../../lib/Application.php';
 Horde_Registry::appInit('nag');
 
 header('Content-Type: text/css');