aitomic-o-footer2
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
121
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:
{block #footerWidget1}
{control menu 'footer-1', 'o-footer2'}
{/block}
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'}
.