| 14 |
|
|
| 15 |
/** |
/** |
| 16 |
* get right path |
* get right path |
| 17 |
|
* This should point/resolve to the directory: |
| 18 |
|
* /your/base/path/org.netfrag.patches/phphtmllib |
| 19 |
* |
* |
| 20 |
*/ |
*/ |
| 21 |
global $config; |
global $config; |
| 44 |
include_once("widgets/EditDataItem.php"); |
include_once("widgets/EditDataItem.php"); |
| 45 |
include_once("widgets/FlexibleNegotiation.php"); |
include_once("widgets/FlexibleNegotiation.php"); |
| 46 |
|
|
|
include_once("widgets/CreateDataItem.php"); |
|
|
|
|
| 47 |
// required for FlexibleNegotiation |
// required for FlexibleNegotiation |
| 48 |
include_once("forms/NonValidatingFormProcessor.php"); |
include_once("forms/NonValidatingFormProcessor.php"); |
| 49 |
|
|
| 50 |
// required for getting phpHtmlLib's TreeNav and PEAR::Tree together |
// PEAR::HTML_TreeMenu using PEAR::Tree |
| 51 |
include_once("widgets/TreeNav_PearHtmlTreeMenuBridge.inc"); |
include_once("widgets/navigation/DHTMLTreeNav.inc"); |
| 52 |
include_once("widgets/DHTMLTreeNav.inc"); |
include_once("widgets/navigation/SelectNav.inc"); |
| 53 |
include_once("widgets/SelectNav.inc"); |
|
| 54 |
|
// some new DataItem widgets |
| 55 |
|
include_once("widgets/CreateDataItem.php"); |
| 56 |
|
|
| 57 |
|
// required for The Mapper |
| 58 |
|
//include_once("forms/MultiColumnFormContent.php"); |
| 59 |
|
include_once("widgets/TopicMapper.php"); |
| 60 |
|
|
| 61 |
|
// required for News management |
| 62 |
|
include_once("forms/UploadForm.php"); |
| 63 |
|
// required for content management |
| 64 |
|
include_once("widgets/ExpandDataItem.php"); |
| 65 |
|
include_once("widgets/ExpandEditDataItem.php"); |
| 66 |
|
include_once("forms/EditPageForm.php"); |
| 67 |
|
include_once("forms/EditTextForm.php"); |
| 68 |
|
|
| 69 |
|
|
|
?> |
|
| 70 |
|
?> |