Diff of /mambo/branches/4.6/administrator/components/com_mambots/admin.mambots.php
Parent Directory
|
Revision Log
|
Patch
| revision 138, Mon Jan 16 11:12:43 2006 UTC | revision 151, Thu Jan 19 14:24:56 2006 UTC | |
|---|---|---|
| # | Line 248 | Line 248 |
| 248 | } | } |
| 249 | $lists['folder'] = '<input type="hidden" name="folder" value="'. $row->folder .'" />'. $row->folder; | $lists['folder'] = '<input type="hidden" name="folder" value="'. $row->folder .'" />'. $row->folder; |
| 250 | ||
| // XML library | ||
| require_once( $mosConfig_absolute_path . '/includes/domit/xml_domit_lite_include.php' ); | ||
| 251 | // xml file for module | // xml file for module |
| 252 | $xmlfile = $mosConfig_absolute_path . '/mambots/' .$row->folder . '/' . $row->element .'.xml'; | $xmlfile = $mosConfig_absolute_path . '/mambots/' .$row->folder . '/' . $row->element .'.xml'; |
| 253 | $xmlparser =& new mosXMLDescription ($xmlfile); | $xmlparser =& new mosXMLDescription ($xmlfile); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

