Modified:Target removed from link

This commit is contained in:
Awais-cb 2018-10-03 15:34:56 +05:00
parent ae51b914c8
commit 5e10769858

View file

@ -3,7 +3,7 @@
<div class="demo-switcher">
<h5 class="text-center"><b>Switch demos</b></h5>
{foreach from=$demos item=demo}
<a href="{$demo['url']}" target="_blank" class="custom-yoo btn btn-sm btn-info btn-block"><b>{$demo['name']}</b></a>
<a href="{$demo['url']}" class="custom-yoo btn btn-sm btn-info btn-block"><b>{$demo['name']}</b></a>
{/foreach}
</div>
{/if}