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

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