1.0.5 • Published 5 years ago

aitomic-o-footer1 v1.0.5

Weekly downloads
22
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:

{define #footerTitle1}
	<h3 class="o-footer1__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'}.