<div data-id="{{ categoryBanner.getID() }}" class="categoryBanner" style="margin-top: 5px;">
{% if categoryBanner.isJavaScript() %}
{{ categoryBanner.getCode()|raw }}
{% else %}
{% if '.swf' in categoryBanner.getFilePath() %}
{% include 'Slivki/banners/swf_banner.html.twig' with {'banner': categoryBanner, 'width': '650', 'height': '90'} %}
{% else %}
<a href="{{ categoryBanner.getURL() }}" target="_blank" rel="nofollow">
<img style="border:none;" src="{{ categoryBanner.getFilePath() }}" alt="{{ categoryBanner.getTitle() }}" title="{{ categoryBanner.getTitle() }}"/>
</a>
{% endif %}
{% endif %}
</div>