Commit b1287c77 by Manzar Hussain

add sidebar menu

parent 5ffb2888
......@@ -21,15 +21,14 @@
{% if title %}
<h3>{{ title }}</h3>
{% endif %}
<div{{ row.attributes.addClass(row_classes) }}>
<ul>
{% for row in rows %}
{%
{%
set row_classes = [
default_row_class ? 'views-row ls_sbmenu sb_dd_m_data',
]
%}
<div{{ row.attributes.addClass(row_classes) }}>
<ul>
{% for row in rows %}
{{- row.content -}}
{% 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