/[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.5 by jonen, Sat May 10 18:12:46 2003 UTC revision 1.6 by joko, Fri Jun 6 04:06:58 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 42  include_once("widgets/DataItem.php"); Line 44  include_once("widgets/DataItem.php");
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  // 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  ?>  ?>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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