B
B
badimint2016-11-30 15:13:49
css
badimint, 2016-11-30 15:13:49

How to find module folder by include?

Good afternoon!
There is joomla It is
necessary to edit html.
There is such a construction in index.php

<div class="container">
  <div class="row">
   <jdoc:include type="modules" name="footer-col" style="section"/>
 </div>
</div>

How can I understand in which folder the required component / module / plugin is located, or do not understand what is in this confusing engine yet?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
indigo_style, 2016-11-30
@indigo_style

Main markup file. This is the HTML file
/templates/my_template/index.php
look here

#
#rybak, 2016-12-01
@Ravell

<jdoc:include type="modules" name="footer-col" style="section"/>

This is the location for the module (position).
Any module is displayed in this position through the Joomla admin panel.
All modules are stored in the "modules" folder
In order to change the html structure of the module and it does not crash on the first Joomla update, you will need to create a module override ( Here's how to do it )
After the system tells you "Override created", go to the templates folder in your template.
There, in the html folder, you will find files in which you can edit the html structure of the module. This is usually the default.php file.
Good luck!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question