Guest User

Untitled

a guest
Dec 8th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .description.php
  2. .parameters.php
  3. component.php (без него якобы работать не будет)
  4.  
  5. Templates
  6. --.default
  7. --result_modifier.php
  8. --template.php
  9.  
  10. class.php
  11.  
  12. $APPLICATION->IncludeComponent(
  13. "название_комонента",
  14. "шаблон_компонента",
  15. array(
  16. //Параметры компонента...
  17. "CACHE_TIME" => 3600, //Время кеширования в секундах
  18. )
  19. )
Add Comment
Please, Sign In to add comment