{layout @layout.html} {block title}LemonCMS {=CMS_VERSION} | Installation{/block} {block header} {include header.html} {/block} {block content}

Step1 - Language

{import forms.html}
{var $languages = ['en_US' => 'English', 'fr_FR' => 'Français', 'es_ES' => 'Español']}
{include select, 'language', null, $languages}
{include input, 'save', 'Next', 'submit', 'ink-button green'}
{/block} {block style} {include parent} footer { position: fixed; left: 0; bottom: 0; width: 100%; } {/block}