Make search result hit template configurable, add chat template
[phinde.git] / data / templates / search / list.htm
index c034dc2f0a8a6b66a3de3c42520f689fcfe02c51..97c173133fde8c233620126e21dbee4a59541c95 100644 (file)
@@ -21,7 +21,7 @@
  </p>
  <ul class="hits">
  {% for hit in hits %}
-   {% include 'search/hit.htm' %}
+   {% include hitTemplate %}
  {% endfor %}
  </ul>
  {% include 'pager.htm' %}