Your IP : 216.73.217.112


Current Path : /home/zieirix/www/templates/it_medical/particles/
Upload File :
Current File : /home/zieirix/www/templates/it_medical/particles/template-js.html.twig

{% extends '@nucleus/partials/particle.html.twig' %}

{% block javascript_footer %}
    {% if particle.enabled %}
        {{ joomla.html('jquery.framework') }}
        {{ parent() }}
        <script src="{{ url('gantry-theme://js/template.js') }}" type="text/javascript"></script>
    {% endif %}
{% endblock %}