Blame view

personal/order/payment/index.php 314 Bytes
2fe1e5ce8   Андрей Ларионов   Первый коммит на ...
1
2
3
4
5
6
7
8
9
  <?
  require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
  $APPLICATION->SetTitle("Оплата заказа");
  ?><?$APPLICATION->IncludeComponent(
  	"bitrix:sale.order.payment",
  	"",
  	Array(
  	)
  );?><?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/epilog_after.php");?>