ez-pro/s1/include/footer/bottom_footer.php
2025-11-13 19:04:05 +03:00

16 lines
358 B
PHP

<?if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) die();
$APPLICATION->IncludeComponent(
"aspro:theme.allcorp3",
".default",
array(
'SHOW_TEMPLATE' => 'Y'
),
false,
array(
'HIDE_ICONS' => 'Y'
)
);
?>
<?\Aspro\Allcorp3\Notice::showOnAuth();?>
<?@include_once('bottom_footer_custom.php');?>