Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<jdoc:include type="modules" name="right" style="style" />
<?php if ($showRightPosition) : ?>
<div align="center"><jdoc:include type="modules" name="right" style="portfolio" /></div>
<div class="grid_<?php echo $rightPositionWidth; ?>">
</div>
<?php endif; ?>
Я все так делал все равно модуль теперь отображается справа но не в правом верхнем углу а ниже где то около середину. Вот посмотри на картинку:Расширения ---> Менеджер модулей
Кликаешь на нужный модуль и в "Подробности"
Позиция:right
в шаблоне есть такой тег
он отвечает за вывод правого модуляHTML:<jdoc:include type="modules" name="right" style="style" />
в целом выглядит примерно так
PHP:<?php if ($showRightPosition) : ?> <div align="center"><jdoc:include type="modules" name="right" style="portfolio" /></div> <div class="grid_<?php echo $rightPositionWidth; ?>"> </div> <?php endif; ?>