Your IP : 216.73.216.170


Current Path : /home/bitrix/ext_www/vf.yacl.site/en/
Upload File :
Current File : /home/bitrix/ext_www/vf.yacl.site/en/index.php

<?
require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php");
LocalRedirect('https://historydepositarium.com/');
$APPLICATION->SetPageProperty("description", "Collection of information about the heroes of the Great Patriotic War");
$APPLICATION->SetPageProperty("keywords", "National Historical Securities Depositary, Persons of Victory");
$APPLICATION->SetPageProperty("title", "National Historical Depositary");
$APPLICATION->SetTitle("Victory in Faces");
?>    <section class="main">
        <div class="container">
            <div class="main_content fl row">
                <div class="main_content--inner">
                    <div class="main_content--text">
                        <?$APPLICATION->IncludeComponent(
                            "bitrix:main.include",
                            ".default",
                            array(
                                "AREA_FILE_SHOW" => "file",
                                "AREA_FILE_SUFFIX" => "inc",
                                "EDIT_TEMPLATE" => "",
                                "COMPONENT_TEMPLATE" => ".default",
                                "PATH" => getInclude("main_info_title")
                            ),
                            false
                        );?>
                        <p class="big">
                            <?$APPLICATION->IncludeComponent(
                                "bitrix:main.include",
                                ".default",
                                array(
                                    "AREA_FILE_SHOW" => "file",
                                    "AREA_FILE_SUFFIX" => "inc",
                                    "EDIT_TEMPLATE" => "",
                                    "COMPONENT_TEMPLATE" => ".default",
                                    "PATH" => getInclude("main_info_text")
                                ),
                                false
                            );?>
                        </p>
                    </div>
                    <a href="<?=URL_PREFIX?>records/add.php" class="js-call-reg">
                        <input type="button" value="Add a story" class="btn">
                    </a>
                </div>
                <!-- Изображение--> <div class="main_content--back"></div>
            </div>
        </div>
    </section>

<?$APPLICATION->IncludeComponent(
    "richcode:system.register",
    "reg_popup",
    array(
    ),
    false
);?>

<? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?>