[geeklog-cvs] geeklog: Fixed path to profile.thtml in comment (reported by gape)

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Aug 28 11:09:00 EDT 2011


changeset 8389:e0188a7278a9
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e0188a7278a9
user: Dirk Haun <dirk at haun-online.de>
date: Tue Aug 23 14:25:35 2011 +0200
description:
Fixed path to profile.thtml in comment (reported by gape)

diffstat:

 system/lib-custom.php.dist |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r f9310726d009 -r e0188a7278a9 system/lib-custom.php.dist
--- a/system/lib-custom.php.dist	Tue Aug 09 20:31:21 2011 +0200
+++ b/system/lib-custom.php.dist	Tue Aug 23 14:25:35 2011 +0200
@@ -2,7 +2,7 @@
 
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.7                                                               |
+// | Geeklog 1.8                                                               |
 // +---------------------------------------------------------------------------+
 // | lib-custom.php                                                            |
 // |                                                                           |
@@ -20,7 +20,7 @@
 // | not include lib-common.php in this file.                                  |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2000-2010 by the following authors:                         |
+// | Copyright (C) 2000-2011 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tony Bibbs       - tony AT tonybibbs DOT com                     |
 // |          Blaine Lang      - blaine AT portalparts DOT com                 |
@@ -236,7 +236,7 @@
  * This function can now return any extra fields that need to be shown.
  * Output is then replaced in {customfields} -- This variable needs to be added
  * to your templates
- * Template: path_layout/users/profile/profile.thtml
+ * Template: path_layout/users/profile.thtml
  */
 function CUSTOM_userDisplay($uid)
 {



More information about the geeklog-cvs mailing list