thelia/info-banner-module

InfoBanner module for Thelia

Maintainers

Package info

github.com/thelia-modules/InfoBanner

Type:thelia-module

pkg:composer/thelia/info-banner-module

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2025-12-05 15:15 UTC

This package is not auto-updated.

Last update: 2026-02-28 14:33:18 UTC


README

Add a visible and editable banner to the site

Installation

Manually

  • Copy the module into <thelia_root>/local/modules/ directory and be sure that the name of the module is InfoBanner.
  • Activate it in your thelia administration panel

Composer

Add it in your main thelia composer.json file

composer require thelia/info-banner-module:~1.0

Usage

Configure the catchphrase in the module configuration page. Add the loop infobanner in your template html file

Example :

{include file="../../../local/modules/InfoBanner/templates/frontOffice/default/infobanner.html"}

{ifloop rel="infobanner"}
    <header class="fixed flex w-full uppercase md:sticky infoBannerActive"></header>
{/ifloop}