[cvs] [Wiki] changed: FAQ/Admin/Config

Wiki Guest wikiguest at horde.org
Mon Oct 20 12:22:55 UTC 2008


guest [201.6.255.220]  Mon, 20 Oct 2008 08:22:55 -0400

Modified page: http://wiki.horde.org/FAQ/Admin/Config
New Revision:  4.27
Change log:  Change "horde" on login screen

@@ -75,8 +75,24 @@
      'name' => _("Horde"),
  </code>

  Finally, change the Horde configuration in the //General// tab of  
the setup interface to change the cookie path from {{'/horde'}} to  
{{'/'}}.
+
+If you want to change the name "Horde" on the login screen ("Welcome  
to Horde"), the above file is the place to do it.
+
+Change the value from:
+
+<code type="php">
+    'name' => _("Horde"),
+</code>
+
+to
+
+<code type="php">
+    'name' => _("Whatever"),
+</code>
+
+

  +++ How can I change the appearance?

  See ((Doc/Dev/Layout)) and ((Doc/Dev/Themes)).



More information about the cvs mailing list