parent
81962b283a
commit
995a09cc2d
@ -1,15 +0,0 @@ |
|||||||
<div class="anons-theme"> |
|
||||||
<h3 class="anons-theme__title">{{ function('pll_e', 'Темы') }}:</h3> |
|
||||||
<ul> |
|
||||||
<li> |
|
||||||
<a href="/" class="{% if not current_category %} active {% endif %}">{{ function('pll_e', 'ВСЕ') }}</a> |
|
||||||
</li> |
|
||||||
{% for category in category_list %} |
|
||||||
<li> |
|
||||||
<a href="/category/{{category.slug}}" |
|
||||||
class="{% if current_category == category.name %} active {% endif %}">{{ category.name }}</a> |
|
||||||
</li> |
|
||||||
|
|
||||||
{% endfor %} |
|
||||||
</ul> |
|
||||||
</div> |
|
Loading…
Reference in new issue