Your IP : 18.118.21.234
<?
if(!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
die();
global $arSites;
$arSites = CSite::GetByID(SITE_ID)->Fetch();
global $outer_bg, $link_color, $text_color, $copyright_color, $hr_color, $content_hr_color;
$outer_bg = '#eee';
$link_color = '#0099FF';
$text_color = '#383737';
$copyright_color = '#bbb';
$hr_color = '#909090';
$content_hr_color = '#909090';
?>
<style>
a{color: <?=$link_color;?>;}
</style>
<table style="border: none; width: 100%; border-collapse: collapse; color:<?=$text_color;?>; font-family: Arial, Helvetica, sans-serif;">
<tr>
<td style=" background-color: <?=$outer_bg?>; padding: 15px; line-height: 1.4;">
<div style="border-radius: 10px; width:600px; overflow: hidden; margin: auto; text-align: center; ">
<table style="border: none; background-color: #fff; width:600px; margin: auto; border-collapse: collapse; font-family: Arial, Helvetica, sans-serif; text-align: left;">
<tr>
<td style="padding: 10px; border-bottom: 1px solid <?=$content_hr_color?>;"><img src="<?=SITE_TEMPLATE_PATH?>/img/logo.png" alt="<?=$arSites['NAME'];?>" width="200" style="float:left; width: 200px"></td>
<td style="text-align:right; padding: 0 10px 0 0; border-bottom: 1px solid <?=$content_hr_color?>;">
<a href="/" style="color: <?=$link_color;?>; text-transform: uppercase; "><?= $arSites['SERVER_NAME'];?></a></td>
</tr>
<tr>
<td colspan="2" style="padding: 15px">