Цитата |
---|
Max Pryazhevsky пишет:
Добавление закладки в социальную сеть |
Код |
---|
function __OnParseSocNetComponentPath(&$arUrlTemplates, &$arCustomPagesPath) { // Шаблон адреса страницы $arUrlTemplates["education"] = "user/#user_id#/education/"; // Путь относительно корня сайта, // по которому лежит страница $arCustomPagesPath["education"] = "/bitrix/php_interface/education/education.php"; } |