This component does not take into account the targeting by keywords. If the targeting must be taken into account, the function
should be used. The code used to connect a banner in the advertising area using PHP function of
<?
//--- Example of placing an advetising area in the left part of the design.
//--- Any other type can be selected similarly:
//--- TOP, BOTTOM, COUNTER,… (first parameter of the function)
//--- Both predefined and user-defined types can be used.
//--- Other two optional parameters can be used to specify the HTML code
//--- that is to wrap the advertising area.
$APPLICATION->ShowBanner("LEFT", '<div align="center">', '<br></div><br>');
?>