1.0.4 • Published 5 years ago

aitomic-o-footer2 v1.0.4

Weekly downloads
24
License
SEE LICENSE IN li...
Repository
-
Last release
5 years ago

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'}.