Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > bceb1d792b37cc49eff562f264110981 > files > 1

horde-turba-2.3.5-1mdv2010.2.noarch.rpm

<?php
//
// Turba Horde configuration file
//
 
$this->applications['turba'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/turba',
    'webroot'     => $this->applications['horde']['webroot'] . '/turba',
    'name'        => _("Address Book"),
    'status'      => 'active',
    'provides'    => array('contacts', 'clients'),
    'menu_parent' => 'organizing'
);