[imp] Easy question.
   
    Darien M. Kruss
     
    darien@kruss.com
       
    Thu, 21 Mar 2002 17:38:44 -0600
    
    
  
At 14:22 -0800 03/21/2002, Paul Bauer wrote:
>When I log into the system I have a banner that says
>"Welcome to Horde"
>
>Where is it that I can change this to my domain or greeting?   I have been
>trying to find it with no luck.
horde/config/registry.php
$this->applications['horde'] = array(
     'fileroot' => dirname(__FILE__) . '/..',
     'webroot' => '/horde',
     'initial_page' => 'login.php',
     'icon' => '/horde/graphics/home.gif',
     'name' => _("YOUR PREFERRED NAME HERE"),
.... etc
-- 
    Darien M. Kruss
    darien@kruss.com