Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dic-global-dev
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Manzar Hussain
dic-global-dev
Commits
ee526c76
Commit
ee526c76
authored
Jan 14, 2021
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-theme' into 'develop'
Feature theme See merge request manzarH/dic-global-dev!362
parents
42f131af
0075e885
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
block--sidebarinvestor.html.twig
themes/custom/envigo/templates/block/block--sidebarinvestor.html.twig
+1
-1
menu--si.html.twig
themes/custom/envigo/templates/navigation/menu--si.html.twig
+3
-0
No files found.
themes/custom/envigo/templates/block/block--sidebarinvestor.html.twig
View file @
ee526c76
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
#}
#}
<div
class=
"ls_l_con_b"
>
<div
class=
"ls_l_con_b"
>
<div
class=
"la_sb_l"
>
<div
class=
"la_sb_l"
>
<div
class=
"ls_sbmenu sb_dd_m_data"
>
{%
{%
set
classes
=
[
set
classes
=
[
...
...
themes/custom/envigo/templates/navigation/menu--si.html.twig
View file @
ee526c76
...
@@ -24,12 +24,14 @@
...
@@ -24,12 +24,14 @@
We call a macro which calls itself to render the full tree.
We call a macro which calls itself to render the full tree.
@see https://twig.symfony.com/doc/1.x/tags/macro.html
@see https://twig.symfony.com/doc/1.x/tags/macro.html
#}
#}
<div
class=
"ls_sbmenu sb_dd_m_data"
>
{{
menus.menu_links
(
items
,
attributes
,
0
)
}}
{{
menus.menu_links
(
items
,
attributes
,
0
)
}}
{%
macro
menu_links
(
items
,
attributes
,
menu_level
)
%}
{%
macro
menu_links
(
items
,
attributes
,
menu_level
)
%}
{%
import
_self
as
menus
%}
{%
import
_self
as
menus
%}
{%
if
items
%}
{%
if
items
%}
{%
if
menu_level
==
0
%}
{%
if
menu_level
==
0
%}
<ul>
<ul>
{%
else
%}
{%
else
%}
...
@@ -61,3 +63,4 @@
...
@@ -61,3 +63,4 @@
{%
endif
%}
{%
endif
%}
{%
endmacro
%}
{%
endmacro
%}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment