View Single Post
  #1  
Old 01-27-2013, 01:34 AM
 
deepblue_tiano deepblue_tiano is offline
 

Advanced Member
  
Join Date: Nov 2010
Posts: 50
 

Default Passing Category Clean URL

Hello, I am having trouble getting the clean url of product category then pass it to a variable template.

here's my sample code in bread_crumbs.tpl:
Code:
<span itemprop="url" url="{$http_location}/{$l.1}" title="{$l.0}">{$l.0}</span>

I am getting
Code:
<span itemprop="url" url="http://localhost/home.php?cat=12" title=Category name>Category name</span>

instead of
Code:
<span itemprop="url" url="http://localhost/category-name/" title=Category name>Category name</span>

clean url are working if you use that in href tags
__________________
christian
Reply With Quote