We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8832727 commit cd260d8Copy full SHA for cd260d8
app/Resources/views/base.html.twig
@@ -4,4 +4,4 @@
4
bootstrap, material and skeleton. Just change the below line to select the other desired
5
theme.
6
#}
7
-{% extends 'base_bootstrap.html.twig' %}
+{% extends "base_#{frontend_theme}.html.twig" %}
app/config/config.yml
@@ -44,7 +44,9 @@ assetic:
44
twig:
45
debug: "%kernel.debug%"
46
strict_variables: "%kernel.debug%"
47
-
+ globals:
48
+ frontend_theme: "%frontend_theme%"
49
+
50
# Doctrine Configuration
51
doctrine:
52
dbal:
0 commit comments