[-] FO : #PSFV-773 - Remove a double slash from breadcrumb image url
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14408 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<!-- Breadcrumb -->
|
||||
{if isset($smarty.capture.path)}{assign var='path' value=$smarty.capture.path}{/if}
|
||||
<div class="breadcrumb">
|
||||
<a href="{$base_dir}" title="{l s='return to'} {l s='Home'}"><img src="{$img_dir}/icon/home.gif" height="26" width="26" alt="{l s='Home'}" /></a>
|
||||
<a href="{$base_dir}" title="{l s='return to'} {l s='Home'}"><img src="{$img_dir}icon/home.gif" height="26" width="26" alt="{l s='Home'}" /></a>
|
||||
{if isset($path) AND $path}
|
||||
<span class="navigation-pipe" {if isset($category) && $category->id_category == 1}style="display:none;"{/if}>{$navigationPipe|escape:html:'UTF-8'}</span>
|
||||
{if !$path|strpos:'span'}
|
||||
|
||||
Reference in New Issue
Block a user