13 lines
		
	
	
		
			547 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			547 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<div class="breadcrumb">
 | 
						|
  <a href="<? echo $main_site_url ?>">Home</a> >
 | 
						|
  <a href="<? echo $main_site_url . "/local/" ?>">Local Listings</a> >
 | 
						|
  <? if ( $regionname or $statename or $row[coach_name]) { ?>
 | 
						|
  <a href="<? echo $site_url ?>">Triathlon Coaches</a>
 | 
						|
  <? } else { ?>
 | 
						|
  <span class="lasttitle">Triathlon Coaches</span>
 | 
						|
  <? } ?>
 | 
						|
  <? if ( $regionname ) { echo "> " . $regionname; } ?>
 | 
						|
  <? if ( $statename ) { echo "> " . $statename . " State"; } ?>
 | 
						|
  <? if ($row[coach_name]) { echo "> " . $row[coach_name]; } ?>
 | 
						|
</div>
 |