A
A
Ashur2017-07-02 20:58:31
1C-Bitrix
Ashur, 2017-07-02 20:58:31

Did I correctly display content depending on the current location (Bitrix)?

At the moment I did this (but I think this is not the right solution):

<? if($APPLICATION->GetCurPage(false) == '/'): ?>
<p>«Мебельная компания» осуществляет производство мебели на высококлассном оборудовании с .
применением минимальной доли ручного труда, что позволяет обеспечить высокое качество нашей 
продукции. Налажен производственный процесс как массового и индивидуального характера, что с одной 
стороны позволяет обеспечить постоянную номенклатуру изделий и индивидуальный подход – с другой.

</p>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Danbka, 2017-07-03
@Danbka

It's better to do it with an include area.

N
Nikolay S., 2017-07-02
@Nikolays93

<? if($APPLICATION->GetCurPage(false) == '/'): ?> - this construct should be closed with endif'om. That is, at the end of your code, write <? endif; ?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question