[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: todo/inc hook_about.inc.php,1.1,1.2
From: |
Bettina Gille <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: todo/inc hook_about.inc.php,1.1,1.2 |
Date: |
Sun, 27 Jan 2002 18:23:45 -0500 |
Update of /cvsroot/phpgroupware/todo/inc
In directory subversions:/tmp/cvs-serv17875
Modified Files:
hook_about.inc.php
Log Message:
tpl for about hook
Index: hook_about.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/hook_about.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** hook_about.inc.php 7 Jun 2001 02:34:40 -0000 1.1
--- hook_about.inc.php 27 Jan 2002 23:23:42 -0000 1.2
***************
*** 1,8 ****
<?php
! function about_app($tpl,$handle)
! {
! $s = "<b>Todo list</b><p>Orginally written by Joseph Engo<br>Major
contributors:";
!
! return $s;
! }
\ No newline at end of file
--- 1,22 ----
<?php
+
/**************************************************************************\
+ * phpGroupWare - about
*
+ * http://www.phpgroupware.org
*
+ * --------------------------------------------
*
+ * This program is free software; you can redistribute it and/or modify it
*
+ * under the terms of the GNU General Public License as published by the
*
+ * Free Software Foundation; either version 2 of the License, or (at your
*
+ * option) any later version.
*
+
\**************************************************************************/
+ /* $Id$ */
! function about_app($tpl,$handle)
! {
! $t =
CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir('todo'));
! $s = $t->set_file(array('about' => 'about.tpl'));
! $s .= $t->set_var('app_title',lang('Todo list'));
! $s .= $t->set_var('written_by',lang('written by'));
! $s .= $t->set_var('developers','Joseph
Engo <address@hidden><br>Bettina
Gille address@hidden<br>Mark Logemann');
! $s .= $t->fp('out','about');
! return $s;
! }
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: todo/inc hook_about.inc.php,1.1,1.2,
Bettina Gille <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: todo/templates/default form.tpl,1.15,1.16 list.tpl,1.13,1.14 view.tpl,1.1,1.2
- Next by Date:
[Phpgroupware-cvs] CVS: todo/templates/default about.tpl,NONE,1.1
- Previous by thread:
[Phpgroupware-cvs] CVS: todo/templates/default form.tpl,1.15,1.16 list.tpl,1.13,1.14 view.tpl,1.1,1.2
- Next by thread:
[Phpgroupware-cvs] CVS: todo/templates/default about.tpl,NONE,1.1
- Index(es):