Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/phpcms-content
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4823/modules/phpcms-content
Modified Files:
class.module_phpcms_content.php
Log Message:
Commit as backup during development
Index: class.module_phpcms_content.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/phpcms-content/class.module_phpcms_content.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- class.module_phpcms_content.php 7 Apr 2005 14:09:09 -0000 1.1
+++ class.module_phpcms_content.php 15 May 2005 12:24:03 -0000 1.2
@@ -28,6 +28,9 @@
/*
* $Log$
+* Revision 1.2 2005/05/15 12:24:03 mjahn
+* Commit as backup during development
+*
* Revision 1.1 2005/04/07 14:09:09 mjahn
* Commit as backup during development
*
@@ -185,6 +188,18 @@
function processConfig (&$actiondata) {
}
+ function getphpCMSContentData () {
+ // get templatefiles
+
+ // get menufiles
+
+ // get menudata of current menufile
+
+ // get contentfile of selected menuentry
+
+ // end
+ }
+
function getLanguageData (&$actiondata) {
$langAvailable = array ('de', 'en');
|