00001 <?php 00002 00003 define( "PATH_CODE_TO_DIAGRAM" , str_replace( "\\" , "/" , str_replace( basename( __FILE__ ) , "" , __FILE__ ) ) ); 00004 define( "PATH_CODE_TO_DIAGRAM_COMPONENT" , PATH_CODE_TO_DIAGRAM . "components/" ); 00005 00006 require_once( PATH_CODE_TO_DIAGRAM_COMPONENT . "_start.php" ); 00007 00008 ?>
1.5.9