ez-pro/s1/projects/.section.php
2025-11-13 19:04:05 +03:00

8 lines
149 B
PHP

<?
$sSectionName = "Проекты";
$arDirProperties = Array(
"MENU" => "N",
"MENU_SHOW_ELEMENTS" => "N",
"MENU_SHOW_SECTIONS" => "Y"
);
?>