Fifth pass at adding key files
This commit is contained in:
10
site/roadshow/include_breadcrumb.php
Normal file
10
site/roadshow/include_breadcrumb.php
Normal file
@ -0,0 +1,10 @@
|
||||
<div class="breadcrumb">
|
||||
<a href="<? echo $main_site_url ?>">Home</a> >
|
||||
<a href="<? echo $main_site_url . "/local/" ?>">Local Listings</a> >
|
||||
<? if ( $row[$field_lead.'name'] ) { ?>
|
||||
<a href="<? echo $site_url ?>">Road Show</a>
|
||||
<? } else { ?>
|
||||
<span class="lasttitle">Road Show</span>
|
||||
<? } ?>
|
||||
<? if ($row[$field_lead.'name']) { echo "> " . $row[$field_lead.'name']; } ?>
|
||||
</div>
|
Reference in New Issue
Block a user