Skip to content

Commit

Permalink
Release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Ndambakuwa committed Jan 29, 2020
1 parent bbe1f59 commit bda3a11
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<isset name="TOP_URL"
value="${URLUtils.url('SiteNavigationBar-ShowMenuitemOverview', 'CurrentMenuItemId', pdict.CurrentMenuItemId)}"
scope="PAGE">
<isbreadcrumb name1="${pdict.MainmenuName}" url1="${TOP_URL}"
name2="${Resource.msg('common.viewparts.breadcrumb.title', 'bm_wallee', null)}"/>
<isbreadcrumb
name1="Merchant Tools" url1="${URLUtils.url('SiteNavigationBar-ShowSiteOverview')}"
name2="Site Preferences" url2="${URLUtils.url('SiteNavigationBar-ShowMenuitemOverview', 'CurrentMenuItemId', 'site-prefs')}"
name3="${Resource.msg('common.viewparts.breadcrumb.title', 'bm_wallee', null)}" url3=""
/>

<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tbody>
Expand Down

0 comments on commit bda3a11

Please sign in to comment.