// 450AppRegistryTroll
$this->applications['troll'] = array(
    'fileroot' => dirname(__FILE__) . '/../troll',
    'webroot' => $this->applications['horde']['webroot'] . '/troll',
    'name' => _("Newsgroups"),
    'status' => 'inactive',
    'menu_parent' => 'info'
);

$this->applications['troll-menu'] = array(
    'status' => 'block',
    'app' => 'troll',
    'blockname' => 'tree_menu',
    'menu_parent' => 'troll',
);

