Update of /cvsroot/phpcms-plugins/admin4phpCMS
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv597
Modified Files:
Changelog config.xml
Log Message:
restructured directory module/
Index: config.xml
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/config.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- config.xml 21 May 2004 19:50:28 -0000 1.1
+++ config.xml 26 May 2004 11:25:59 -0000 1.2
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE framework SYSTEM "config.dtd">
<framework>
- <module id="email" name="email-service" include="class.module_mail.php" class="module_mail">
+ <module id="layout" name="layout-service" include="class.module_layout.php" class="module_layout">
+ <config name="tplfile" value="layout/layout.xml" />
+ </module>
+ <module id="mail" name="email-service" include="class.module_mail.php" class="module_mail">
<config name="admin-email" value="ma...@mj..." />
<config name="from-email" value="fra...@ma..." />
</module>
Index: Changelog
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/Changelog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Changelog 21 May 2004 19:50:28 -0000 1.1
+++ Changelog 26 May 2004 11:25:56 -0000 1.2
@@ -1,3 +1,6 @@
+May 26 2004 (mjahn)
+ *
+
May 21 2004 (mjahn)
* created classes for actionhandler, eventhandler and application
* began programming of the configuration-module
|