Answer the question
In order to leave comments, you need to log in
How to find template from $APPLICATION->ShowViewContent(...)?
The page has this code:
<div class="content_wrap <?$APPLICATION->ShowViewContent("content_class")?> row">
<?$APPLICATION->IncludeComponent("bitrix:breadcrumb","",Array(
"START_FROM" => "0",
"PATH" => "",
"SITE_ID" => "s1"
)
);?>
Answer the question
In order to leave comments, you need to log in
in some component there should be a code of the form:
<? $this->SetViewTarget('content_class'); ?>
<!-- а тут верстка, условия что угодно ) -->
<? $this->EndViewTarget(); ?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question