[horde] small patch for problem.php
rcooper at jamesconeyisland.com
rcooper at jamesconeyisland.com
Sat Oct 4 20:26:24 PDT 2003
Wheres the proper place to post this?
@@ -18,3 +18,3 @@
-define('HORDE_BASE', dirname(__FILE__));
+define('HORDE_BASE', dirname(__FILE__) . '/..');
require_once HORDE_BASE . '/lib/base.php';
@@ -114,3 +114,3 @@
require HORDE_TEMPLATES . '/common-header.inc';
-require HORDE_BASE . '/navbar.php';
+require HORDE_BASE . '/services/portal/navbar.php';
require HORDE_TEMPLATES . '/problem/problem.inc';
More information about the horde
mailing list