// 530AppRegistryHylax
$this->applications['hylax'] = array(
    'fileroot' => dirname(__FILE__) . '/../hylax',
    'webroot' => $this->applications['horde']['webroot'] . '/hylax',
    'name' => _("Faxes"),
    'status' => 'inactive',
    'menu_parent' => 'office',
);

