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
2345b0f2
Commit
2345b0f2
authored
Dec 26, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-theme' into 'develop'
add bottom content See merge request manzarH/dic-global-dev!54
parents
226137dd
7c6344c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
envigo.info.yml
themes/custom/envigo/envigo.info.yml
+1
-0
page.html.twig
themes/custom/envigo/templates/layout/page.html.twig
+6
-0
No files found.
themes/custom/envigo/envigo.info.yml
View file @
2345b0f2
...
...
@@ -19,6 +19,7 @@ regions:
breadcrumb
:
Breadcrumb
content_top
:
Content Top
content
:
Content
content_bottom
:
'
Content
Bottom'
footer_top
:
Footer Top
footer
:
Footer
footer_first
:
'
Footer
first'
...
...
themes/custom/envigo/templates/layout/page.html.twig
View file @
2345b0f2
...
...
@@ -90,6 +90,12 @@
{#
{{
page.content }} #}
</div>{# /.layout-content #}
</div> -->
{%
if
page.content_bottom
%}
</div
class="contentBottom"
>
{{
page.content_bottom
}}
</div>
{%
endif
%}
{%
if
page.footer_top
%}
<div
class=
"container-fluid spacerTB"
>
<div
class=
"row"
>
...
...
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