Your IP : 3.144.47.172


Current Path : /home/bitrix/ext_www/dev.klimatlend.ua/inc/
Upload File :
Current File : /home/bitrix/ext_www/dev.klimatlend.ua/inc/blackList.php

<?
$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>