Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -15,11 +15,25 @@
<div class="main">
<article class="col-main" role="main" aria-labelledby="main-label">
<h1 id="main-label" class="page-header">{intl l="SELECT YOUR LANGUAGE"}</h1>
{hook name="language.top"}
<ul class="nav nav-tabs nav-justified" style="margin-bottom:60px;">
{loop type="lang" name="lang_available"}
<li{if $ID eq "{lang attr="id"}"} class="active"{/if}><a href="{url path="{navigate to="current"}" lang={$CODE}}">{$TITLE}</a></li>
<li{if $ID eq {lang attr="id"}} class="active"{/if}><a href="{url current="1" lang={$CODE}}">{$TITLE}</a></li>
{/loop}
</ul>
{hook name="language.bottom"}
</article>
</div>
{/block}
{block name="stylesheet"}
{hook name="language.stylesheet"}
{/block}
{block name="after-javascript-include"}
{hook name="language.after-javascript-include"}
{/block}
{block name="javascript-initialization"}
{hook name="language.javascript-initialization"}
{/block}