# Footer Modules

### 8. Footer Modules

![](/files/ebzJMDzqSgomzsg9uiWt)

We have used custom module.

a) **Opening Time**

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

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/rJzcKGvu0DJgMYEqbBi4)

![](/files/0CdlI7NK8FZXOmfIZVjc)

**Code**

```html
<div class="footer">
    <div class="service-time">
        <div><span class="">Mon to sat</span> <em>.........</em> <span class="">8am to 8pm</span></div>
        <div><span class="">Sunday</span> <em>.........</em> <span class="">11am to 8pm</span></div>
        <div><span class="">Public holiday</span> <em>.........</em> <span class="">8am to 1pm</span></div>
    </div>
    <div class="icon">
        <a href="#"><img src="images/themeparrot/icon/twitter-icon.png" alt="twitter icon" /> </a>
        <a href="#"><img src="images/themeparrot/icon/Facebook.png" alt="Facebook" /></a>
        <a href="#"><img src="images/themeparrot/icon/linkedin-icon.png" alt="linkedin icon" /></a>
        <a href="#"><img src="images/themeparrot/icon/google.png" alt="google" /></a>
    </div>
</div>
```

We have used custom module.

b) **News letter**

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

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/9BNYFjHSdfte5t9BtHJ0)

![](/files/I8FymScfXMXDbVKOXpIY)

We have used AcyMailing Module. Its free one you can download here and the module is included in our package.

c) **Contact Us**

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

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/rJzcKGvu0DJgMYEqbBi4)

![](/files/0CdlI7NK8FZXOmfIZVjc)

**Code**

```html
<div class="footer-contact">
    <div><em class="fa fa-map-marker"></em>
        <p>The Yummmy. PO Box 00006 nehru strret, coimbatore Tamilnadu India</p>
    </div>
    <div><em class="fa fa-phone"></em>
        <p>Phone: (+91) 123-45689 <br />Fax: (+91) 123-45678</p>
    </div>
    <div><em class="fa fa-envelope"></em>
        <p>yummy@domain.com</p>
    </div>
</div>
```

We have used custom module.

d) **Copyright**

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

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/LhSc4fvio9FDnOvssFqG)


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
