/priv/skel/blog/templates/_article_chapeau.tpl
https://code.google.com/p/zotonic/ · Smarty Template · 10 lines · 10 code · 0 blank · 0 comment · 3 complexity · 7d845b7273806ef1cb3ebbd9d2ccca8e MD5 · raw file
- {% with id|menu_trail as parents %}
- {% if parents %}
- <h5 class="chapeau">
- {% for p in parents %}
- <a href="{{ m.rsc[p].page_url }}">{{ m.rsc[p].title }}</a>
- {% if not forloop.last %}»{% endif %}
- {% endfor %}
- </h5>
- {% endif %}
- {% endwith %}