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
<?php | |
if(isset($_REQUEST["WORD_ID"])) | |
{ | |
# подключим пролог | |
include($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php"); | |
# 1 Пользователи с Админкой, 8 Отдел кадров, 9 Руководство | |
$arGroupAvalaible = array(1,8,9); |
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
<?php | |
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); | |
# указываем ID формы с которой будем работать | |
$FORM_ID = 23; | |
global $APPLICATION; | |
# подключаем стили | |
//require_once("css_include.php"); |
NewerOlder