I can no longer add a position with the Propostar template.
I am under Joomla 3.10.4
I made a copy and am working in the index file of this copy
I want to add a position position-15
I used to do:
by positioning this piece of code before : <div class="header-search pull-right">
Code: Select all
<?php if ($this->countModules('position-15')) : ?>
<div class="slogan">
<jdoc:include type="modules" name="position-15" style="none" />
</div>
<?php endif; ?>