thelia / info-banner-module
InfoBanner module for Thelia
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:thelia-module
pkg:composer/thelia/info-banner-module
Requires
- thelia/installer: ~1.1
This package is not auto-updated.
Last update: 2025-12-06 13:34:22 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}