| Код |
|---|
if ($rz_b2_options['block_list-section-desc'] == "Y" &&
$arParams['SHOW_DESCRIPTION_BOTTOM'] == 'Y' &&
(!isset($_REQUEST['PAGEN_1']) || $_REQUEST['PAGEN_1'] == 1) )
{
global $APPLICATION;
$dir = $APPLICATION->GetCurDir();
$explDir = explode("/", $dir);
if($explDir[4] !="filter") {
$bDescBottom = true;
include 'include/section_list.php';
}
}
|
| Код |
|---|