[geeklog-cvs] geeklog: Fixed page title

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat May 1 06:02:15 EDT 2010


changeset 7903:5f786769aeaf
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5f786769aeaf
user: Dirk Haun <dirk at haun-online.de>
date: Sat May 01 09:58:01 2010 +0200
description:
Fixed page title

diffstat:

 public_html/profiles.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1ad495879c2e -r 5f786769aeaf public_html/profiles.php
--- a/public_html/profiles.php	Sat May 01 09:14:17 2010 +0200
+++ b/public_html/profiles.php	Sat May 01 09:58:01 2010 +0200
@@ -2,7 +2,7 @@
 
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.6                                                               |
+// | Geeklog 1.7                                                               |
 // +---------------------------------------------------------------------------+
 // | profiles.php                                                              |
 // |                                                                           |
@@ -109,7 +109,7 @@
 
             $msg = PLG_itemPreSave ('contact', $message);
             if (!empty ($msg)) {
-                $retval .= COM_siteHeader ('menu', '')
+                $retval .= COM_siteHeader ('menu', $LANG04[81])
                         . COM_errorLog ($msg, 2)
                         . contactform ($uid, $subject, $message)
                         . COM_siteFooter ();



More information about the geeklog-cvs mailing list