Breadcrumbs completed

This commit is contained in:
touffies
2013-10-02 17:58:39 +02:00
parent c56a7851e1
commit 98e189390d
14 changed files with 44 additions and 55 deletions

View File

@@ -12,8 +12,8 @@
{* Breadcrumb *}
{block name='no-return-functions' append}
{$breadcrumbs = [
['name' => {intl l="Cart"}, 'link'=>{url path="/cart"}],
['name' => {intl l="My order"}, 'link'=>{url path="/order/invoice"}]
['title' => {intl l="Cart"}, 'url'=>{url path="/cart"}],
['title' => {intl l="My order"}, 'url'=>{url path="/order/invoice"}]
]}
{/block}