Thanks, yes - Here is the codes:
Code:
<div class="container"> <?php if ($this->countModules('footer-top-box-1') || $this->countModules('footer-top-box-2') || $this->countModules('footer-top-box-3') || $this->countModules('footer-bottom-box')) : ?> <footer class="footer-container"> <div class="footer-top-box footer-top-box-1"> <jdoc:include type="modules" name="footer-top-box-1" style="card" /> </div> <div class="footer-top-box footer-top-box-2"> <jdoc:include type="modules" name="footer-top-box-2" style="card" /> </div> <div class="footer-top-box footer-top-box-3"> <jdoc:include type="modules" name="footer-top-box-3" style="card" /> </div> <div class="footer-bottom-box"> <jdoc:include type="modules" name="footer-bottom-box" style="card" /> </div> </footer> <?php endif; ?></div>
Statistics: Posted by gerner — Thu Jan 09, 2025 4:30 pm