14 lines
428 B
Groff
14 lines
428 B
Groff
<?
|
|
if(!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true ) die();
|
|
|
|
//options from Aspro\Allcorp3\Functions\CAsproAllcorp3::showBlockHtml
|
|
$arOptions = $arConfig['PARAMS'];
|
|
|
|
$paginationClassList = ['swiper-pagination'];
|
|
if ($arOptions['CLASSES']) {
|
|
$paginationClassList[] = $arOptions['CLASSES'];
|
|
}
|
|
|
|
$paginationClass = TSolution\Utils::implodeClasses($paginationClassList);
|
|
?>
|
|
<div class="<?=$paginationClass;?>"></div> |