Update of /cvsroot/phpmp/phpMP/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv30808/docs
Modified Files:
Changelog
Log Message:
Continued work on the template system.
Index: Changelog
===================================================================
RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** Changelog 4 May 2003 21:12:06 -0000 1.32
--- Changelog 9 May 2003 04:46:48 -0000 1.33
***************
*** 1,2 ****
--- 1,8 ----
+ 2003-05-08 [Heimidal]
+ * includes/template.php
+ * includes/core.php
+ Working on the template system. You can now
+ assign template vars to the $tplvars array.
+
2003-05-04 [Heimidal]
* includes/template.php
***************
*** 11,14 ****
--- 17,21 ----
'ANONYMOUS' so the user_id for the anonymous user
can be quickly edited in the future.
+
2003-05-02 [AnthonyWhite]
* includes/mpcode.php
|