Modified:Target removed from link
This commit is contained in:
parent
ae51b914c8
commit
5e10769858
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue