File tree 4 files changed +6
-1
lines changed
4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 20
20
</div >
21
21
</div >
22
22
</footer >
23
+
24
+ {{ show_privacy_cookie_banner() }}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ var YUI3_config = {base: "{{ asset( 'bundles/ezplatformuiassets/vendors/yui3/bui
18
18
' @eZDemoBundle/Resources/public/js/toggle_class.js'
19
19
' @eZDemoBundle/Resources/public/js/video.js'
20
20
' @eZDemoBundle/Resources/public/js/hinclude.js'
21
+ ' bundles/ezsystemsprivacycookie/js/privacycookie.js'
21
22
%}
22
23
<script type =" text/javascript" src =" {{ asset_url }}" ></script >
23
24
{% endjavascripts %}
Original file line number Diff line number Diff line change 2
2
' bundles/ezdemo/css/video.css'
3
3
' bundles/ezdemo/css/bootstrap.css'
4
4
' bundles/ezplatformuiassets/vendors/flag-icon-css/css/flag-icon.min.css'
5
+ ' bundles/ezsystemsprivacycookie/css/privacycookie.css'
5
6
%}
6
7
<link rel =" stylesheet" type =" text/css" href =" {{ asset_url }}" />
7
8
{% endstylesheets %}
Original file line number Diff line number Diff line change 18
18
"knplabs/knp-menu-bundle" : " 1.*" ,
19
19
"zetacomponents/feed" : " ~1.4" ,
20
20
"ezsystems/demobundle-data" : " ~0.1" ,
21
- "components/bootstrap" : " 3.3.2"
21
+ "components/bootstrap" : " 3.3.2" ,
22
+ "ezsystems/privacy-cookie-bundle" : " ~0.1"
22
23
},
23
24
"autoload" : {
24
25
"psr-0" : {"EzSystems\\ DemoBundle" : " " }
You can’t perform that action at this time.
0 commit comments