/modules/mod_atom_feed/templates/_atom_feed_link.tpl

https://code.google.com/p/zotonic/ · Smarty Template · 3 lines · 3 code · 0 blank · 0 comment · 1 complexity · cb99df09f8733e46a120c1807854a53a MD5 · raw file

  1. {% if cat and m.rsc[cat] %}
  2. <link rel="alternate" type="application/atom+xml" href="{% url atom_feed cat=m.rsc[cat].name %}" />
  3. {% endif %}