Skip to content

Commit cd260d8

Browse files
Fixes per feedback
1 parent 8832727 commit cd260d8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/Resources/views/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
bootstrap, material and skeleton. Just change the below line to select the other desired
55
theme.
66
#}
7-
{% extends 'base_bootstrap.html.twig' %}
7+
{% extends "base_#{frontend_theme}.html.twig" %}

app/config/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ assetic:
4444
twig:
4545
debug: "%kernel.debug%"
4646
strict_variables: "%kernel.debug%"
47-
47+
globals:
48+
frontend_theme: "%frontend_theme%"
49+
4850
# Doctrine Configuration
4951
doctrine:
5052
dbal:

0 commit comments

Comments
 (0)