| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * @package domit-xmlparser 4 * @copyright (C) 2004 John Heinstein. All rights reserved 5 * @license http://www.gnu.org/copyleft/lesser.html LGPL License 6 * @author John Heinstein <johnkarl@nbnet.nb.ca> 7 * @link http://www.engageinteractive.com/domit/ DOMIT! Home Page 8 * DOMIT! is Free Software 9 **/ 10 11 /** The file system path to the domit library */ 12 13 if (!defined( 'DOMIT_INCLUDE_PATH' )) { 14 define('DOMIT_INCLUDE_PATH', (dirname(__FILE__) . "/")); 15 } 16 require_once (DOMIT_INCLUDE_PATH . 'xml_domit_parser.php'); 17 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |