%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/components/bitrix/main.interface.toolbar/ |
| Current File : /home/bitrix/www/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();
?>