[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
Tue Aug 23 08:25:42 EDT 2011


changeset 8355:b47986c20b04
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/b47986c20b04
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 5a68d81e6ec0 -r b47986c20b04 system/lib-custom.php.dist
--- a/system/lib-custom.php.dist	Sat Aug 20 11:30:48 2011 -0400
+++ 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