Blame view

include/sender.php 224 Bytes
2fe1e5ce8   Андрей Ларионов   Первый коммит на ...
1
2
3
4
5
6
7
  <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
  <div class="mb-5">
  	<h3>РАССЫЛКА</h3>
  	<?$APPLICATION->IncludeComponent("bitrix:sender.subscribe", "", array(
  		"SET_TITLE" => "N"
  	));?>
  </div>