Fifth pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:42:14 +10:00
parent 67ccdbcc34
commit 9797a6824a
535 changed files with 95045 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<div class="breadcrumb">
<a href="<? echo $main_site_url ?>">Home</a> &gt;
<a href="<? echo $main_site_url . "/local/" ?>">Local Listings</a> &gt;
<? if ( $regionname or $statename or $row[triclub_name]) { ?>
<a href="<? echo $site_url ?>">Triathlon Clubs</a>
<? } else { ?>
<span class="lasttitle">Triathlon Clubs</span>
<? } ?>
<? if ( $regionname ) { echo "&gt; " . $regionname; } ?>
<? if ( $statename ) { echo "&gt; " . $statename . " State"; } ?>
<? if ($row[triclub_name]) { echo "&gt; " . $row[triclub_name]; } ?>
</div>