Your IP : 3.144.47.172
<?
$arGResult = getHighLoadBlockByName("Blacklist",array(
"select" => array("*"),
));
?>
<table cellspacing="0" cellpadding="15" class="table">
<colgroup><col><col></colgroup>
<tbody>
<tr>
<th>
Магазин
</th>
<th>
URL
</th>
</tr>
<?foreach ($arGResult as $item):?>
<tr>
<td>
<?=$item["UF_NAME"]?>
</td>
<td>
<a rel="nofollow" href="http://<?=parse_url($item["UF_LINK"], PHP_URL_HOST)?>"><?=parse_url($item["UF_LINK"], PHP_URL_HOST)?></a>
</td>
</tr>
<?endforeach;?>
</tbody>
</table>