Fifth pass at adding key files
This commit is contained in:
		
							
								
								
									
										25
									
								
								site/racecalendar/include_common_head.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								site/racecalendar/include_common_head.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
<?
 | 
			
		||||
 | 
			
		||||
if (eregi("include_common_head.php", $_SERVER['SCRIPT_NAME'])) {
 | 
			
		||||
    Header("Location: index.php"); die();
 | 
			
		||||
}
 | 
			
		||||
?>
 | 
			
		||||
<!DOCTYPE html >
 | 
			
		||||
<html lang="en">
 | 
			
		||||
<head>
 | 
			
		||||
<base href="<? echo $site_url ?>/" />
 | 
			
		||||
<title>Slowtwitch.com Race Calendar: <? echo $pagetitle; ?></title>
 | 
			
		||||
<? include($common_path . "/templates/include_global_head.php"); ?>
 | 
			
		||||
<? include($common_path . "/templates/google_analytics.html"); ?>
 | 
			
		||||
<? include($common_path . "/templates/google_map_individual.html"); ?>
 | 
			
		||||
<? include($common_path . "/templates/fb_sdk.html"); ?>
 | 
			
		||||
 | 
			
		||||
<!-- begin script to create random number for ads -->
 | 
			
		||||
<script language="Javascript">
 | 
			
		||||
<!--
 | 
			
		||||
sgi_ord=Math.random()*10000000000000000;
 | 
			
		||||
//-->
 | 
			
		||||
</script>
 | 
			
		||||
<!-- End random number script -->
 | 
			
		||||
 | 
			
		||||
</head>
 | 
			
		||||
		Reference in New Issue
	
	Block a user