'."\n"); error_reporting(E_ALL); # Turn on all possible error reporting. global $webmaster, $webm_name; // export global $css_path, $css_url, $inc_path, $inc_url; // export global $img_url; // export global $code_path, $data_path, $data_inc_path; // export global $data_inc_path_no_season; // export global $title, $stylesheets, $keywords, $season; // import $webmaster = 'raging-pylons-web@therockgarden.ca'; $webm_name = 'Sylvain Robitaille'; $style_path = $_SERVER['DOCUMENT_ROOT'].'/.style'; $style_url = '/.style'; $inc_path = $style_path.'/inc'; $img_path = $style_path.'/images'; $css_path = $style_path.'/css'; $inc_url = $style_url.'/inc'; $img_url = $style_url.'/images'; $css_url = $style_url.'/css'; $css_suffix = '.css.php'; $css_default = 'pylons'; $css_print = 'for-printer'; $def_keywords = 'Raging Pylons Hockey'; $data_parent_path = $_SERVER['DOCUMENT_ROOT'].'/../data'; // outside doc root $data_inc_path_no_season = $data_parent_path.'/AllSeasons'; ?> <?php print($title); ?> " /> " type="image/png" /> " media="screen" type="text/css" /> " media="print" type="text/css" /> '); foreach ( $stylesheets as $stylesheet ) { if ( ( $stylesheet == $css_default ) or ( $stylesheet == $css_print ) ) { printf(" "); } else if ( file_exists("$css_path/$stylesheet$css_suffix") ) { printf(' '); } else { printf(" "); } } } ?>