Show JPSpan.php syntax highlighted
<?php
/**
* @package JPSpan
* @version $Id: JPSpan.php,v 1.1 2004/11/09 12:18:21 harryf Exp $
*/
/**
* Set the path constant
*/
if ( !defined('JPSPAN') ) {
define('JPSPAN', str_replace( "\\", "/", dirname( __FILE__ )) . '/JPSpan/');
}
?>
See more files for this project here