GX-Bug #58800 » ContentTopTargetFix.patch
src/templates/Honeygrid/boxes/box_content_top.html (date 1536159209000) | ||
---|---|---|
10 | 10 |
{block name="box_content_top_custom_entry"} |
11 | 11 |
<a {if $content_item.SELECTED}class="active"{/if} data-id="top_custom-{$counter}" |
12 | 12 |
href="{$content_item.URL}" |
13 |
target="{$content_item.URL_TARGET}" |
|
13 |
{if $content_item.URL_TARGET} |
|
14 |
target="{$content_item.URL_TARGET}" |
|
15 |
{/if} |
|
14 | 16 |
title="{$content_item.NAME|replace:'"':''|strip_tags}"> |
15 | 17 |
{block name="box_content_top_custom_entry_name"}{$content_item.NAME}{/block} |
16 | 18 |
</a> |
... | ... | |
24 | 26 |
{block name="box_content_top_content"} |
25 | 27 |
<a class="dropdown-toggle" |
26 | 28 |
href="{$content_item.URL}" |
27 |
target="{$content_item.URL_TARGET}" |
|
29 |
{if $content_item.URL_TARGET} |
|
30 |
target="{$content_item.URL_TARGET}" |
|
31 |
{/if} |
|
28 | 32 |
title="{$content_item.NAME|replace:'"':''|strip_tags}"> |
29 | 33 |
{block name="box_content_top_custom_entry2_name"}{$content_item.NAME}{/block} |
30 | 34 |
</a> |