mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
15 lines
419 B
Twig
15 lines
419 B
Twig
{% extends "common/index_bootstrap.html.twig" %}
|
|
|
|
{% block extra_content %}
|
|
<div id="DIALOG"></div>
|
|
{% endblock %}
|
|
{% block bodyJavascript %}
|
|
<script>
|
|
var lightboxApp = lightboxApplication.bootstrap({
|
|
lang: '{{ app.locale }}',
|
|
baseUrl: '{{ app['request'].getUriForPath('/') }}',
|
|
basePath: '{{ app.request.basePath|e('js') }}'
|
|
});
|
|
</script>
|
|
{% endblock %}
|