registry.php
mailling@bigfoot.com
mailling@bigfoot.com
Tue, 17 Jul 2001 12:05:17 -0500
Let's take the line
$this->applications['nic'] = array(
'fileroot' => dirname(__FILE__) . '/../nic',
'webroot' => '/extentions/horde/nic',
'icon' => '/extentions/horde/nic/graphics/nic.gif',
'name' => 'Network',
'allow_guests' => true,
'show' => true
);
Is it possible to have somthing similar to:
$this->applications['nic'] = array(
'fileroot' => dirname(__FILE__) . '/../nic',
'webroot' => $conf['horde']['paths']['root'].'/nic',
'name' => 'Network',
'allow_guests' => true,
'show' => true
);
$this->applications['nic'] ['icon' ]=>
'$this->applications['nic']./graphics/nic.gif',
I think it should be cleaner, and would help if we don't setup horde in a
basic directory?
Stephane