> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/milestone/layout-customization/home-page/footer-modules.md).

# Footer modules

### 7. Footer Modules

![](/files/ROUGE9K74UUKg3S5hDYT)

a) **About us**

> Module position: footer-1
>
> Module suffix: Not used

We have used custom module.

![](/files/gsLheiqjNNRmTEQcJ3T6)

![](/files/yT5FQ6xiPx0xdgDr8vlY)

![](/files/2v1R6kpkgNz9D4cfvXdi)

![](/files/IGeFmCn5OFSFN25dqE3q)

![](/files/vBa7uqbfk83QSzL7UiUb)

```html
<!-- About us
================================================== -->

<div class="footer-block footer-block-1">
<p>Ex saperet eloquentiam deterruisset sit, modo hinc tibique at eum. Sea ut ferri molestie constituto, et malis fuisset placerat sit, eum posse vocibus intellegam ei. Cu iisque latine cum, et quo euismod sensibus, adhuc augue option ei eum. Vix cu regione feugait percipitur, at duo civibus hendrerit persequeris.</p>
<div class="social-icons"><a href="#" target="_blank"><em class="fa fa-facebook"></em></a> <a href="#" target="_blank"><em class="fa fa-linkedin"></em></a> <a href="#" target="_blank"><em class="fa fa-twitter"></em></a></div>
</div>
```

b) **Products**

> Module position: footer-2
>
> Module suffix: Not used

We have used menu module.

![](/files/oHcGjV5arS1BmYXohxZc)

![](/files/yT5FQ6xiPx0xdgDr8vlY)

![](/files/2v1R6kpkgNz9D4cfvXdi)

![](/files/V9tiYXpC7vAlEHesU5qM)

![](/files/9HJXY0R0QIrhpepcvXaG)

c) **Resources and Company**

> Module position: footer-3
>
> Module suffix: Not used

We have used custom module.

![](/files/yT5FQ6xiPx0xdgDr8vlY)

![](/files/2v1R6kpkgNz9D4cfvXdi)

![](/files/IGeFmCn5OFSFN25dqE3q)

![](/files/EAamnR5TtcOa9ECDjCQ9)

```html
<!-- Resources
================================================== -->

<div class="footer-block footer-block-3">
<ul class="nav nav-stacked">
<li><a href="index.php/shop">Shop</a></li>
<li><a href="index.php/forum">Support</a></li>
<li><a href="index.php/contact">Contact</a></li>
<li><a href="#">Privarcy &amp; terms</a></li>
</ul>
</div>
```

```html
<!-- Company
================================================== -->

<div class="footer-block footer-block-1">
<ul class="nav nav-stacked">
<li><a href="index.php/about">About</a></li>
<li><a href="index.php/blog">Blog</a></li>
<li><a href="index.php/career">Career</a></li>
</ul>
</div>
```

d) **Sign up with us**

> Module position: footer-4
>
> Module suffix: Not used

We have used AcyMailing module.

![](/files/DSHi0FotWuqbgZgOKZNz)

e) **Copyright**

> Module position: footer
>
> Module suffix: Not used

We have used footer module.

![](/files/F4HO8qbNqIBzBtcrgqM9)

![](/files/yT5FQ6xiPx0xdgDr8vlY)

![](/files/Wp8qqBIhvc0jhLpIKsBH)

![](/files/m6H2wPg7cZoISuCRJXaV)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://jdocs.themeparrot.com/joomla-templates/milestone/layout-customization/home-page/footer-modules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
