Answer the question
In order to leave comments, you need to log in
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
<? 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 questionAsk a Question
731 491 924 answers to any question