Commit 04e75aa7 authored by Ivan Tyagov's avatar Ivan Tyagov

Un hard code breadcrumb's URL.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27771 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d9275259
......@@ -44,7 +44,7 @@
xmlns:metal="http://xml.zope.org/namespaces/metal"\n
xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
<tal:block metal:define-macro="breadcrumb">\n
<a href="https://www.tiolive.com/">TioLive</a> /\n
<a tal:attributes="href here/ERP5Site_getTioLiveSiteRootUrl">TioLive</a> /\n
<tal:block tal:repeat="item here/breadcrumbs">\n
<a tal:attributes="href item/url" tal:content="item/title" />\n
/\n
......
42
\ No newline at end of file
44
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment