| 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; |
| 48 |
include_once("forms/NonValidatingFormProcessor.php"); |
include_once("forms/NonValidatingFormProcessor.php"); |
| 49 |
|
|
| 50 |
// required for getting phpHtmlLib's TreeNav and PEAR::Tree together |
// required for getting phpHtmlLib's TreeNav and PEAR::Tree together |
| 51 |
include_once("widgets/TreeNav_PearHtmlTreeMenuBridge.inc"); |
include_once("widgets/navigation/TreeNav_PearHtmlTreeMenuBridge.inc"); |
| 52 |
include_once("widgets/DHTMLTreeNav.inc"); |
include_once("widgets/navigation/DHTMLTreeNav.inc"); |
| 53 |
include_once("widgets/SelectNav.inc"); |
include_once("widgets/navigation/SelectNav.inc"); |
| 54 |
|
|
| 55 |
|
// some new DataItem widgets |
| 56 |
|
include_once("widgets/CreateDataItem.php"); |
| 57 |
|
|
| 58 |
|
// required for The Mapper |
| 59 |
|
//include_once("forms/MultiColumnFormContent.php"); |
| 60 |
|
include_once("widgets/TopicMapper.php"); |
| 61 |
|
|
| 62 |
?> |
?> |