component_epilog.php 139 Bytes
<?

if($arParams[$this->__templatePage])
{
	$APPLICATION->AddChainItem($arParams[$this->__templatePage], $APPLICATION->GetCurPage());
}
?>