Jump to content

Change Theme Breadcumb Error Bug


Recommended Posts

i try it in localhost,,,
this is my breadcrumb.tpl

 

<!-- Breadcrumb -->
{if isset($smarty.capture.path)}{assign var='path' value=$smarty.capture.path}{/if}
<div id="breadcrumb">
    <ul class="breadcrumb">
        <li>
        <a href="{$base_dir}" title="{l s='return to Home'}">{l s='Home'}</a>
        {if isset($path) AND $path}
           <span class="divider" {if isset($category) && $category->id_category == 1}style="display:none;"{/if}>{$navigationPipe|escape:html:'UTF-8'}</span>
        
{/if}
        </li>
<li><a>
        {if isset($path) AND $path}
            {if !$path|strpos:'span'}
                {$path}
            {else}
                {$path}
            {/if}
        {/if}
</a></li>
    </ul>
</div>
<!-- /Breadcrumb -->
 
i was try to put tag like : <li><a>{$path}</a></li>
still same.
Link to comment
Share on other sites

×
×
  • Create New...