app/PluginData/TabaCMS2/template/airconwork/widget_list_glossary.twig line 1

Open in your IDE?
  1. {#
  2. Copyright (C) SPREAD WORKS Inc. All Rights Reserved.
  3. For the full copyright and license information, please view the LICENSE
  4. file that was distributed with this source code.
  5. #}
  6. {% set post_list = TabaCMSPostList({type_data_key:options.type_data_key,overwrite_query:false,page_count:9999}) %}
  7. {% for post in post_list %}
  8. {% if options.cat==post.getCategoryId %}
  9. <li><a href="{{ post.getURI }}">{{ post.getTitle }}</a></li>
  10. {% endif %}
  11. {% endfor %}