| Current Path : /var/www/amortar/data/www/amg174.ru-copy/bitrix/templates/universe_s1/ |
| Current File : /var/www/amortar/data/www/amg174.ru-copy/bitrix/templates/universe_s1/footer.php |
<?php if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) die(); ?>
<?php
use intec\core\helpers\FileHelper;
global $APPLICATION;
global $USER;
global $directory;
global $properties;
global $template;
global $part;
if (empty($template))
return;
?>
<?php include($directory.'/parts/'.$part.'/footer.php'); ?>
<?php if (FileHelper::isFile($directory.'/parts/custom/body.end.php')) include($directory.'/parts/custom/body.end.php') ?>
</body>
</html>
<?php if (FileHelper::isFile($directory.'/parts/custom/end.php')) include($directory.'/parts/custom/end.php') ?>