• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/functions.php
  • Класс: CSocNetTextParser
  • Вызов: CSocNetTextParser::convert_open_tag
function convert_open_tag($marker = "quote", $type = "html")
{
	$marker = (mb_strtolower($marker) == "code" ? "code" : "quote");
	$type = ($type == "rss" ? "rss" : "html");

	$this->{$marker."_open"}++;
	if ($type == "rss")
		return "n====".$marker."====n";
	return "
".($marker == "quote" ? GetMessage("SONET_QUOTE") : GetMessage("SONET_CODE"))."
"; }
© 2026 aclips.ru