Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/view/template/journal3/
Upload File :
Current File : /var/www/alh/admin/view/template/journal3/js.twig

{% for key, value in data %}
{% if value is iterable %}
window['_oc_{{ key }}'] = {{ value | json_encode }};
{% elseif value matches '/^\\d+$/' %}
window['_oc_{{ key }}'] = {{ value }};
{% else %}
window['_oc_{{ key }}'] = '{{ value }}';
{% endif %}
{% endfor %}
$('html').addClass('oc3');