/[cvs]/nfo/php/libs/org.netfrag.patches/phphtmllib/includes.inc
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.patches/phphtmllib/includes.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by joko, Fri Apr 18 13:53:38 2003 UTC revision 1.7 by udo, Sat Nov 22 18:39:36 2003 UTC
# Line 14  Line 14 
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;
# Line 46  include_once("widgets/FlexibleNegotiatio Line 48  include_once("widgets/FlexibleNegotiatio
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    // require for New managment
63    include_once("forms/UploadForm.php");
64    
65    include_once("widgets/ExpandDataItem.php");
66    include_once("widgets/ExpandEditDataItem.php");
67    include_once("forms/EditPageForm.php");
68    include_once("forms/EditTextForm.php");
69    
70    
71    ?>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed