I
I
IvanRobot2016-04-20 12:56:34
PHP
IvanRobot, 2016-04-20 12:56:34

How to find template from $APPLICATION->ShowViewContent(...)?

The page has this code:

<div class="content_wrap <?$APPLICATION->ShowViewContent("content_class")?> row">

I can’t understand where the template is .. everything is simpler with components, at least they have directory names:
<?$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

1 answer(s)
D
Dmitry Kuzminich, 2016-04-30
@luiwadjogs

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 question

Ask a Question

731 491 924 answers to any question