-
+
{% block page_content %} diff --git a/src/ThemeBundle/Resources/views/Macros/box.html.twig b/src/ThemeBundle/Resources/views/Macros/box.html.twig index 18b8e7b9ff..4d03f3b2e8 100644 --- a/src/ThemeBundle/Resources/views/Macros/box.html.twig +++ b/src/ThemeBundle/Resources/views/Macros/box.html.twig @@ -214,7 +214,7 @@ {% endautoescape %} {% endmacro %} -{% macro panel_row(id, title, subtitle, content, image) %} +{% macro box_category_course(id, title, subtitle, content, image) %} {% autoescape false %}
@@ -245,3 +245,22 @@
{% endautoescape %} {% endmacro %} + +{% macro box_course_classic(id, title, content, image) %} + {% autoescape false %} + {% set values = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f']%} +
+
+
+
+ {{ image }} +
+
+ {{ title }} + {{ content }} +
+
+
+
+ {% endautoescape %} +{% endmacro %} \ No newline at end of file