Changeset 784
- Timestamp:
- 08/07/07 16:33:39 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/xml/stubXMLPassThruPageElement.php
r783 r784 7 7 * @subpackage websites_xml 8 8 */ 9 stubClassLoader::load('net.stubbles.websites.stubAbstractPageElement'); 9 stubClassLoader::load('net.stubbles.websites.stubAbstractPageElement', 10 'net.stubbles.websites.xml.stubXMLPageElement' 11 ); 10 12 /** 11 13 * XML page element that passes thru the contents of an xml file.
