Commit b1287c77 by Manzar Hussain

add sidebar menu

parent 5ffb2888
...@@ -21,15 +21,14 @@ ...@@ -21,15 +21,14 @@
{% if title %} {% if title %}
<h3>{{ title }}</h3> <h3>{{ title }}</h3>
{% endif %} {% endif %}
<div{{ row.attributes.addClass(row_classes) }}> {%
<ul>
{% for row in rows %}
{%
set row_classes = [ set row_classes = [
default_row_class ? 'views-row ls_sbmenu sb_dd_m_data', default_row_class ? 'views-row ls_sbmenu sb_dd_m_data',
] ]
%} %}
<div{{ row.attributes.addClass(row_classes) }}>
<ul>
{% for row in rows %}
{{- row.content -}} {{- row.content -}}
{% endfor %} {% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment