Your IP : 3.146.221.131


Current Path : /home/bitrix/ext_www/ballu.in.ua/bitrix/components/bitrix/main.interface.toolbar/
Upload File :
Current File : /home/bitrix/ext_www/ballu.in.ua/bitrix/components/bitrix/main.interface.toolbar/component.php

<?
if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
	die();

//$arParams["BUTTONS"] = array(
//	array("NEWBAR"=>true),
//	array("SEPARATOR"=>true),
//	array("HTML"=>""),
//	array("TEXT", "ICON", "TITLE", "LINK", "LINK_PARAM"),
//	array("TEXT", "ICON", "TITLE", "MENU"=>array(array("SEPARATOR"=>true, "ICONCLASS", "TEXT", "TITLE", "ONCLICK"), ...)),
//	...
//)

if(!is_array($arParams["BUTTONS"]))
	$arParams["BUTTONS"] = array();

if($arParams["TOOLBAR_ID"] == '')
	$arParams["TOOLBAR_ID"] = "toolbar_".randString(5);
else
	$arParams["TOOLBAR_ID"] = preg_replace("/[^a-z0-9_]/i", "", $arParams["TOOLBAR_ID"]);
$this->IncludeComponentTemplate();
?>