Last active
April 29, 2018 21:03
-
-
Save alex28742/a2999eeebccc39242a31af0a1383f236 to your computer and use it in GitHub Desktop.
Birtix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?=GetMessage("MENU_TITLE")?> включение текстовой области | |
в файле lang/ru это выглядит как : $MESS["MENU_TITLE"]="Какое-то описание"; | |
Макросы для index.php | |
========================================================================== | |
Заголовок страницы | |
<title><?$APPLICATION->ShowTitle();?></title> | |
Подключает meta данные и основные скрипты | |
<?$APPLICATION->ShowHead();?> | |
Подключает панель "Эрмитаж" сразу за тегом бади | |
<body><div id="panel"><?$APPLICATION->ShowPanel();?></div> | |
Прописывает путь к папке с файлами сайта (обязательно со слешем!!!) | |
<link rel="stylesheet" href=" <?=SITE_TEMPLATE_PATH?>/ | |
========================================================================== | |
Создание и настройка инфоблоков | |
Сначала надо создать тип инфоблоков | |
1. Настройка > Инфоблоки > Типы инфоблоков | |
4-й урок 11 минут |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment