Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/layout
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5544
Modified Files:
class.module_layout.php
Log Message:
test
Index: class.module_layout.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/layout/class.module_layout.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- class.module_layout.php 30 May 2004 03:48:55 -0000 1.2
+++ class.module_layout.php 30 May 2004 03:55:27 -0000 1.3
@@ -1,18 +1,27 @@
<?php
/**
+* Das Layout-Modul
+*
+* Das Layout-Modul erzeugt durch Ereignisse gesteuert einen Baum aus Objekten.
+* Diese Objekte verkörpern die unterschiedlichen Elemente, die ausgegeben werden
+* können.
*
+* @author Martin Jahn <mj...@us...>
+* @license GPL
+* @copyright (C) Urheberrecht liegt beim Autor
+* @date $Date$
+* @version $Id$ // $Revision$ //
**/
/** CVS-data
$Id$
-$Header$
-
-
$Log$
-Revision 1.2 2004/05/30 03:48:55 mjahn
+Revision 1.3 2004/05/30 03:55:27 mjahn
test
+Revision 1.2 2004/05/30 03:48:55 mjahn
+test
**/
include_once ('XML/Tree.php');
|