create smarty attribute for cart

This commit is contained in:
Manuel Raynaud
2013-09-13 15:17:43 +02:00
parent ea1ee4932d
commit 50a5fd166b
3 changed files with 32 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ URL: http://www.thelia.net
{/elseloop}
<li class="dropdown">
<a href="cart.html" class="dropdown-toggle cart" data-toggle="dropdown">
Cart <span class="badge">2</span>
Cart <span class="badge">{cart attr="count_item"}</span>
</a>
</li>
</ul>