ПОдскажите пожалуйста, столкнулся с такой проблемой, на 1 из страниц сайта не отображается почему-то футер, хотя код написан правильно. Когда делаешь предпросмотр кода, футер есть, когда применяешь шаблон к странице, футер пропадает. Не омгу никак разобраться в чем дело. Сайт: , страница без футера . Вот на всякий случай код шаблона:
| Код |
|---|
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
$APPLICATION->AddHeadScript('http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js');
$APPLICATION->AddHeadScript(SITE_TEMPLATE_PATH.'/scripts/lib.js');
$APPLICATION->AddHeadScript(SITE_TEMPLATE_PATH.'/scripts/common.js');
?>
<!DOCTYPE html>
<html>
<head>
<?$APPLICATION->ShowHead()?>
<title><?$APPLICATION->ShowTitle()?></title>
<link rel="icon" href="http://www.tunion.ru/bottom_logo.jpg" type="image/x-icon">
<div id="panel"><?$APPLICATION->ShowPanel();?></div>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<!-- Yandex.Metrika counter -->
<script src="//mc.yandex.ru/metrika/watch_visor.js" type="text/javascript"></script>
<div style="display:none;"><script type="text/javascript">
try { var yaCounter1724879 = new Ya.Metrika({id:1724879,
clickmap:true,
trackLinks:true});}
catch(e) { }
</script></div>
<noscript><div><img src="//mc.yandex.ru/watch/1724879" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<body>
<table width="100%" cellspacing="0" cellpadding="0" border="0" class="header">
<tbody>
<tr><td class="logo" style="-moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-image: none;"><a href="/"><img border="0" src="<?=SITE_TEMPLATE_PATH?>/images/logo.png" /></a></td><td style="-moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-image: none;"><?$APPLICATION->IncludeComponent(
"bitrix:search.form",
"main",
Array(
"PAGE" => "/search/"
)
);?></td><td class="phone" style="-moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-image: none;"><img src="<?=SITE_TEMPLATE_PATH?>/images/phone.png" /></td></tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" class="menu">
<tbody>
<tr><td class="menu_left" style="-moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-image: none;">
<br />
</td><td style="-moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-image: none;">
<br />
</td><td class="menu_right" style="-moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-image: none;"><a href="/">Главная</a> <img width="20" height="1" src="/images/spacer.gif" /><a href="/track_tyres/">Грузовые шины</a> <img width="20" height="1" src="/images/spacer.gif" /><a href="/tyres/">Легковые шины</a> <img width="20" height="1" src="/images/spacer.gif" /><a href="/wheels/">Диски</a> <img width="20" height="1" src="/images/spacer.gif" /><a href="/storage/">Аккумуляторы</a> <img width="20" height="1" src="/images/spacer.gif" /><a href="http://tunion.ru/foto/index.php?foto=5643">Шиномонтаж</a> <img width="20" height="1" src="/images/spacer.gif" /><a href="/communication/forum/">Форум</a><img width="20" height="1" src="/images/spacer.gif" /><a href="/about/">Контакты</a></td></tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" class="catalog_center">
<tbody>
<tr><td class="catalog" style="-moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-image: none;"><?$APPLICATION->ShowTitle()?></td><td style="-moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-image: none;">
<br />
</td><td class="cars">
<?$APPLICATION->IncludeComponent("bitrix:main.include", "template1", array(
"AREA_FILE_SHOW" => "sect",
"AREA_FILE_SUFFIX" => "inc",
"AREA_FILE_RECURSIVE" => "Y",
"EDIT_TEMPLATE" => "standard.php"
),
false
);?> </td>
</tr>
</tbody>
</table>
<div class="hb">
<div>
<div id="filter_tabs" class="hb_filter">
<ul class="clearfix">
<li>Подбор спецшин </li>
</ul>
<div class="tab"> <?$APPLICATION->IncludeComponent("bitrix:catalog.filter", "hb", array(
"IBLOCK_TYPE" => "specshini",
"IBLOCK_ID" => "17",
"FILTER_NAME" => "specFilter",
"FIELD_CODE" => array(
0 => "",
1 => "",
),
"PROPERTY_CODE" => array(
0 => "Proizvoditel",
1 => "Razmer",
2 => "",
),
"LIST_HEIGHT" => "5",
"TEXT_WIDTH" => "20",
"NUMBER_WIDTH" => "5",
"CACHE_TYPE" => "A",
"CACHE_TIME" => "3600",
"CACHE_GROUPS" => "Y",
"SAVE_IN_SESSION" => "N",
"PRICE_CODE" => array(
),
"FORM_ACTION_ALT" => "/spec_filter/"
),
false,
array(
"ACTIVE_COMPONENT" => "Y"
)
);?> </div>
</div>
<div class="hb_login">
<div> <?$APPLICATION->IncludeComponent(
"bitrix:system.auth.form",
"main",
Array(
"REGISTER_URL" => "/auth/",
"PROFILE_URL" => "/personal/profile/"
)
);?> </div>
</div>
</div>
</div>
<table width="100%" cellspacing="0" cellpadding="0" border="0" class="main">
<tbody>
<tr> <td class="main_text" style="-moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-image: none;">
<div class="main_workground">
<div id="navigation"><?$APPLICATION->IncludeComponent(
"bitrix:breadcrumb",
"template2",
Array(
"START_FROM" => "0",
"PATH" => "",
"SITE_ID" => ""
)
);?> </div>
<h1 id="pagetitle"><?$APPLICATION->ShowTitle(false)?></h1>
#WORK_AREA# </div>
<br />
<br />
<br />
</td></tr>
</tbody>
</table>
<table class="bottom" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr><td class="bottom_left">
<div class="bottom_workground">Справочная служба: (812) 723-2981, (812) 370-3257
<br />
<b>Интернет-магазин <a href="http://www.tunion.ru/" >шин</a> и дисков</b>
<br />
© <a href="http://tunion.ru/#" >Трейд Юнион</a> 2003-2011
<br />
<a href="/articles/">Статьи</a>
</div>
</td><td class="bottom_right">
<noindex>
<!-- Yandex.Metrika -->
<script src="//mc.yandex.ru/metrika/watch.js" type="text/javascript"></script>
<div style="display:none;"><script type="text/javascript">
try { var yaCounter1724879 = new Ya.Metrika(1724879);
yaCounter1724879.clickmap(true);
yaCounter1724879.trackLinks(true);
} catch(e){}
</script></div>
<noscript><div style="position:absolute"><img src="//mc.yandex.ru/watch/1724879" alt="" /></div></noscript>
<!-- /Yandex.Metrika -->
<!-- begin of Top100 code -->
<script id="top100Counter" type="text/javascript" src="http://counter.rambler.ru/top100.jcn?2323217"></script>
<noscript><a href="http://top100.rambler.ru/navi/2323217/"><img border="0" alt="Rambler's Top100" src="http://counter.rambler.ru/top100.cnt?2323217" /> </a></noscript>
<!-- end of Top100 code -->
<!--LiveInternet counter-->
<script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click' "+
"target=_blank><img src='//counter.yadro.ru/hit?t11.6;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров за 24"+ " часа, посетителей за 24 часа и за сегодня' "+ "border='0' width='88' height='31'><\/a>")
//--></script>
<!--/LiveInternet-->
<a href="http://yandex.ru/cy?base=0&host=www.tunion.ru" ><img border="0" alt="Яндекс цитирования" src="http://www.yandex.ru/cycounter?www.tunion.ru" width="88" height="31" /></a> <meta name="yandex-verification" content="51ad766299e0c0fa"></meta>
</noindex>
<a href="/partners/" >Партнеры</a></td></tr>
</tbody>
</table>
</body>
</head>
</html> |