Skip to content

Instantly share code, notes, and snippets.

@alexstep
Created October 19, 2012 13:59
Show Gist options
  • Save alexstep/3918365 to your computer and use it in GitHub Desktop.
Save alexstep/3918365 to your computer and use it in GitHub Desktop.
bitrix page template
<?php
/*
* Опиши тут, что это за файл!
*
*/
// define('SITE_TEMPLATE_ID','main');
require($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/prolog_before.php');
// CModule::IncludeModule("iblock");
// CModule::IncludeModule("forum");
// CModule::IncludeModule("sale");
// CModule::IncludeModule("advertising");
//
$APPLICATION->SetTitle('Заголовок страницы');
$APPLICATION->SetPageProperty('description', 'Описание страницы для поисковиков и соц.сетей');
require($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/prolog_after.php');
$APPLICATION->AddChainItem('Заголовок страницы', $APPLICATION->getCurPage());
?>
<? require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/footer.php'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment