- Модуль: main
- Путь к файлу: ~/bitrix/modules/main/classes/general/wizard_site_steps.php
- Класс: CPackageSelectTemplate
- Вызов: CPackageSelectTemplate::ShowStep
function ShowStep()
{
$package = $this->package;
$wizard = $this->GetWizard();
$arTemplates = $package->GetTemplates(
Array(
"SITE_ID" => $package->siteID,
"GROUP_ID" => $package->groupID
)
);
if (empty($arTemplates))
return;
$this->content .= '| ';
if ($arTemplate["SCREENSHOT"] && $arTemplate["PREVIEW"])
$this->content .= CFile::Show2Images($arTemplate["PREVIEW"], $arTemplate["SCREENSHOT"], 150, 150, ' border="0"')." "; else $this->content .= CFile::ShowImage($arTemplate["SCREENSHOT"], 150, 150, ' border="0"', "", true)." "; $this->content .= '
".$arTemplate["DESCRIPTION"] : "").''; $this->content .= " | ";
//Close table cells
if (!($counter % $colsNumber) && $cellSize != $counter)
$this->content .= "||
| "; } $counter++; } $this->content .= " |