10 lines
289 B
PHP
10 lines
289 B
PHP
<div class="breadcrumb">
|
|
<a href="<? echo $main_site_url ?>">Home</a> >
|
|
<? if ( $current_page ) { ?>
|
|
<a href="<? echo $main_site_url . "/local/" ?>">Local Listings</a>
|
|
> <? echo $current_page ?>
|
|
<? } else { ?>
|
|
<span>Local Listings</span>
|
|
<? } ?>
|
|
</div>
|