.parameters.php 230 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 <? if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); $arTemplateParameters = array( "USE_SUGGEST" => Array( "NAME" => GetMessage("TP_BSF_USE_SUGGEST"), "TYPE" => "CHECKBOX", "DEFAULT" => "N", ), ); ?>