tozi Posted January 3, 2014 Share Posted January 3, 2014 (edited) Hi all, i have problem with truncate. My page http://simplydesign.sk/shop/index.php I need truncate breadcrumb. Edited January 3, 2014 by tozi (see edit history) Link to comment Share on other sites More sharing options...
tozi Posted January 3, 2014 Author Share Posted January 3, 2014 (edited) Breadcrumb solved. breacrumb.tpl {if !$path|strpos:'span'} <span class="navigation_page">{$path|strip_tags|truncate:55:'...'}</span> {else} {$path|strip_tags|truncate:40:'...'} {/if} Edited January 3, 2014 by tozi (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now