footer.php
801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
IncludeTemplateLangFile(__FILE__);
?>
</div>
</div>
<div id="space-for-footer"></div>
</div>
<div id="footer">
<div id="copyright">
<?
$APPLICATION->IncludeFile(
SITE_DIR."include/copyright.php",
Array(),
Array("MODE"=>"html")
);
?>
</div>
<div class="footer-links">
<?
$APPLICATION->IncludeComponent("bitrix:menu", "bottom", array(
"ROOT_MENU_TYPE" => "bottom",
"MENU_CACHE_TYPE" => "N",
"MENU_CACHE_TIME" => "36000000",
"MENU_CACHE_USE_GROUPS" => "Y",
"MENU_CACHE_GET_VARS" => array(
),
"MAX_LEVEL" => "1",
"CHILD_MENU_TYPE" => "left",
"USE_EXT" => "N",
"ALLOW_MULTI_SELECT" => "N"
),
false
);
?>
</div>
<div id="footer-design"><?=GetMessage("FOOTER_DISIGN")?></div>
</div>
</body>
</html>