Chora and Horde 2.0rc1

Colin Viebrock colin@easydns.com
Tue, 13 Nov 2001 19:33:31 -0500


Is Chora compatible with Horde 2.0rc1?  I'm thinking not, because the
stylesheets don't quite work for me.  Looking at the source of Chora's front
page I see:

    <link href="<br>
    <b>Warning</b>:  Undefined index:  paths in

<b>/usr/local/apache/htdocs/devel/horde/chora/templates/common-header.inc</b
>
    on line <b>26</b><br>
    /css.php?app=chora" rel="stylesheet" type="text/css" />
    </head>

And that line reads:

    <link href="<?= $conf['horde']['paths']['root'] ?>/css.php?app=chora"
        rel="stylesheet" type="text/css" />

$conf['horde']['paths'] only seems to be referenced inside Chora, not Horde.

- Colin