aitomic-o-footer3
v2.0.1
Published
A footer template. Import {latte} block in '@layout.default.latte' using macro `{import '../path-to-latte-template'}` and declare this block as `{include pageFooter}`. Between macros `{import}` and `{include}` redefine template of used blocks like this:
Downloads
118
Readme
A footer template. Import {latte} block in '@layout.default.latte' using macro {import '../path-to-latte-template'}
and declare this block as {include pageFooter}
. Between macros {import}
and {include}
redefine template of used blocks like this:
{define #footerTitle1}
<h3 class="o-footer3__title">{_"Menu title"}</h3>
{/define}
Take a look at source of {latte} template to discover available hooks to customization.
Include template of menu (stored in folder named 'control') to 'menuControl.latte' using macro {include '../path-to-latte-template'}
.