X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Breadcrumb H1 (https://forum.x-cart.com/showthread.php?t=21285)

bridal-land 04-23-2006 09:08 AM

Breadcrumb H1
 
Maybe someone can help me here. I want to make the last breadcrumb an H1 but i can't figure out where to put the h1 tag. I only want it to make the last breadcrumb an h1 and whatever I do it makes them all a new h1.

Code:

{* $Id: location.tpl,v 1.8.2.1 2003/12/24 13:26:06 svowl Exp $ *}
{strip}
<a href="{$http_location}/">
<font class=NavigationPath>{$config.Company.company_name}</font>
</a>

{if $last_location ne ""}
::

{if $last_url ne ""}
<a href="{$last_url}">
{/if}
<font class=NavigationPath>{$last_location}</font>
{if $last_url ne ""}
</a>
{/if}
{/if}

{if $location}
::
{section name=position loop=$location}
{if $location[position].1 ne "" }
{* SAFETYNET DSEFU MOD *}
{if $enable_seo_links == "Y"}
<A href="{$http_location}/{seo_link cat_name=$location[position].0 cat_id=$Catids[position]}" class="VertMenuItems">
{else}
<a href="{$location[position].1}">
{/if}
{* END SAFETYNET DSEFU MOD *}
{/if}

<font class=NavigationPath>{$location[position].0}</font>
{if $location[position].1 ne "" }</a>{/if}
{if %position.last% ne "true"}::
{/if}
{/section}
{/if}
{/strip}




Thanks in advance for any help you can offer
Mike

balinor 05-06-2006 03:47 PM

Try this.....replace this:

<font class=NavigationPath>{$last_location}</font>

with this:

<h1>{$last_location}</h1>


All times are GMT -8. The time now is 06:11 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.