Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
c61aed92
Commit
c61aed92
authored
Sep 30, 2022
by
Julien Jorry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix menu bug if no USE_PAYZEN config
parent
736d2873
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
menu.html.twig
templates/themes/kohinos/common/menu.html.twig
+1
-1
No files found.
templates/themes/kohinos/common/menu.html.twig
View file @
c61aed92
...
...
@@ -8,7 +8,7 @@
<div
class=
"collapse navbar-collapse"
id=
"navbarSupportedContent"
>
<ul
class=
"navbar-nav ml-auto"
>
{%
if
app.user
is
null
and
(
KOH_USE_PAYZEN
==
'true'
or
KOH_USE_HELLOASSO
==
'true'
)
%}
{%
if
app.user
is
null
and
(
(
KOH_USE_WORDPRESS
is
defined
and
KOH_USE_PAYZEN
==
'true'
)
or
(
KOH_USE_HELLOASSO
is
defined
and
KOH_USE_HELLOASSO
==
'true'
)
)
%}
<li
class=
"nav-item dropdownmenu-item has-child dropdown"
role=
"menuitem"
>
<a
href=
"#"
id=
"navbarDropdown1"
role=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
class=
"nav-link parent dropdown-toggle "
>
{{
'Adhérer'
|
trans
}}
</a>
...
...
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